mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] Makefile.in: rearrange environment in alphabetical order
@ 2012-01-19  9:54 Andreas Bießmann
  0 siblings, 0 replies; only message in thread
From: Andreas Bießmann @ 2012-01-19  9:54 UTC (permalink / raw)
  To: PTXdist ML

Signed-off-by: Andreas Bießmann <andreas@biessmann.de>
---
 Makefile.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 7db12fc..358e9c9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -41,10 +41,7 @@ kconfig:
 
 environment:
 	@echo -n "preparing PTXdist environment ..."
-	@ln -sf @SED@ "$(abs_srcdir)/bin/sed"
 	@ln -sf @AWK@ "$(abs_srcdir)/bin/awk"
-	@ln -sf @PYTHON@ "$(abs_srcdir)/bin/python"
-	@ln -sf @TAR@ "$(abs_srcdir)/bin/tar"
 	@ln -sf @GNU_chmod@ "$(abs_srcdir)/bin/chmod"
 	@ln -sf @GNU_chown@ "$(abs_srcdir)/bin/chown"
 	@ln -sf @GNU_mv@ "$(abs_srcdir)/bin/mv"
@@ -54,6 +51,9 @@ environment:
 	@ln -sf @GNU_md5sum@ "$(abs_srcdir)/bin/md5sum"
 	@ln -sf @GNU_install@ "$(abs_srcdir)/bin/install"
 	@ln -sf @GNU_stat@ "$(abs_srcdir)/bin/stat"
+	@ln -sf @PYTHON@ "$(abs_srcdir)/bin/python"
+	@ln -sf @SED@ "$(abs_srcdir)/bin/sed"
+	@ln -sf @TAR@ "$(abs_srcdir)/bin/tar"
 	@echo " done"
 
 clean:
-- 
1.7.8.3


-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-01-19  9:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-19  9:54 [ptxdist] [PATCH] Makefile.in: rearrange environment in alphabetical order Andreas Bießmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox