summaryrefslogtreecommitdiff
path: root/ct-ng.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-15 15:39:44 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-15 15:39:44 (GMT)
commitecab7e451fbc18d245beb8768a532ff99c6fdf0b (patch)
tree459f9b603c695f049a9c0f72b4d2b36e1a6ab250 /ct-ng.in
parent54cca9f2ba0065fe34013bf712c181601a53c912 (diff)
Fix printing the version string when configured with --local.
Diffstat (limited to 'ct-ng.in')
-rw-r--r--ct-ng.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/ct-ng.in b/ct-ng.in
index 30b225e..ebc4260 100644
--- a/ct-ng.in
+++ b/ct-ng.in
@@ -14,10 +14,10 @@ export CT_LIB_DIR:=@@CT_LIBDIR@@
export CT_DOC_DIR:=@@CT_DOCDIR@@
# This is crosstool-NG version string
-export CT_VERSION=$(shell cat $(CT_LIB_DIR)/version)
+export CT_VERSION:=$(shell cat $(CT_LIB_DIR)/.version)
-export CT_STOP=$(STOP)
-export CT_RESTART=$(RESTART)
+export CT_STOP:=$(STOP)
+export CT_RESTART:=$(RESTART)
.PHONY: $(PHONY)
PHONY += all