diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-01-25 19:40:13 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-01-25 19:40:13 +0000 |
commit | d89301a3bed5c75a9114853eecd947d35516b6d6 (patch) | |
tree | 76fb5abd6611444ee8d35241d3435c0ef0adda91 /Makefile.in | |
parent | f685a014e765121714973ba8b04728e3a01f3481 (diff) | |
download | crosstool-ng-d89301a3bed5c75a9114853eecd947d35516b6d6.tar.gz crosstool-ng-d89301a3bed5c75a9114853eecd947d35516b6d6.tar.bz2 crosstool-ng-d89301a3bed5c75a9114853eecd947d35516b6d6.zip |
Makefile.in: re-order tools in alphabetical order.
/trunk/Makefile.in | 4 2 2 0 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index f2298a19..10486390 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,9 +18,9 @@ LOCAL := @@LOCAL@@ # Paths found by ./configure CT_install:=@@install@@ -CT_make :=@@make@@ CT_bash :=@@bash@@ CT_grep :=@@grep@@ +CT_make :=@@make@@ CT_awk :=@@awk@@ CT_sed :=@@sed@@ @@ -83,9 +83,9 @@ docs/ct-ng.1.gz: docs/ct-ng.1 -e 's,@@CT_VERSION@@,$(VERSION),g;' \ -e 's,@@CT_DATE@@,$(DATE),g;' \ -e 's,@@CT_install@@,$(CT_install),g;' \ - -e 's,@@CT_make@@,$(CT_make),g;' \ -e 's,@@CT_bash@@,$(CT_bash),g;' \ -e 's,@@CT_grep@@,$(CT_grep),g;' \ + -e 's,@@CT_make@@,$(CT_make),g;' \ -e 's,@@CT_awk@@,$(CT_awk),g;' \ -e 's,@@CT_sed@@,$(CT_sed),g;' \ $@.in >$@ |