summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-01-25 19:40:13 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-01-25 19:40:13 (GMT)
commitd89301a3bed5c75a9114853eecd947d35516b6d6 (patch)
tree76fb5abd6611444ee8d35241d3435c0ef0adda91 /Makefile.in
parentf685a014e765121714973ba8b04728e3a01f3481 (diff)
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.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index f2298a1..1048639 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 >$@