summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 3eeef51..ee3ffd8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -67,6 +67,7 @@ clean-doc:
install-bin: $(BINDIR)
@install -m 755 ct-ng $(BINDIR)/ct-ng
+ @ln -s $(LIBDIR)/tools/ct-ng.extract-config $(BINDIR)/ct-ng.extract-config
install-lib: $(LIBDIR) install-lib-main install-lib-samples
@@ -74,6 +75,7 @@ install-lib-main: $(LIBDIR)
@for src_dir in config kconfig patches scripts tools; do \
tar cf - --exclude=.svn $${src_dir} |(cd $(LIBDIR); tar xf -); \
done
+ @rm -f $(LIBDIR)/tools/addToolVersion.sh
@for src_file in Makefile.steps version; do \
install -m 644 $${src_file} $(LIBDIR)/$${src_file}; \
done