diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-06-01 20:36:36 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-06-01 20:36:36 +0000 |
commit | 5db396b048fedb44b3e28345e86380d7ed75ba7a (patch) | |
tree | 7a0e5af7b6b04b0cdb1dbcb725654e2d7a67930e /Makefile.in | |
parent | 36f41a9d27bb374f61306a4fc3eebe3b98012219 (diff) | |
download | crosstool-ng-5db396b048fedb44b3e28345e86380d7ed75ba7a.tar.gz crosstool-ng-5db396b048fedb44b3e28345e86380d7ed75ba7a.tar.bz2 crosstool-ng-5db396b048fedb44b3e28345e86380d7ed75ba7a.zip |
The version strings being computed at ./configure time, store it as is, and don't install a .version file.
/trunk/Makefile.in | 2 0 2 0 --
/trunk/ct-ng.in | 2 1 1 0 +-
2 files changed, 1 insertion(+), 3 deletions(-)
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 80962421..6e0a097f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -103,8 +103,6 @@ install-lib-main: install-local-test $(LIBDIR) @rm -f $(LIBDIR)/tools/addToolVersion.sh @echo " INST steps.mk" @install -m 644 steps.mk $(LIBDIR)/steps.mk - @echo " INST .version" - @echo "$(VERSION)" >$(LIBDIR)/.version # Samples need a little love: # - change every occurrence of CT_TOP_DIR to CT_LIB_DIR |