summaryrefslogtreecommitdiff
path: root/Makefile.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 /Makefile.in
parent54cca9f2ba0065fe34013bf712c181601a53c912 (diff)
Fix printing the version string when configured with --local.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index d8edb2c..9dc263c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -96,7 +96,7 @@ install-lib-main: install-local-test $(LIBDIR)
tar cf - --exclude=.svn $${src_dir} |(cd $(LIBDIR); tar xf -); \
done
@rm -f $(LIBDIR)/tools/addToolVersion.sh
- @for src_file in steps.mk version; do \
+ @for src_file in steps.mk .version; do \
echo " INST $${src_file}"; \
install -m 644 $${src_file} $(LIBDIR)/$${src_file}; \
done