summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndy Gibbs" <andyg1001@hotmail.co.uk>2010-06-25 10:33:30 (GMT)
committerAndy Gibbs" <andyg1001@hotmail.co.uk>2010-06-25 10:33:30 (GMT)
commit709a529e21420fa9c42439c44afe4da36819ed17 (patch)
tree0f6b003917ef4240d1952c0bd15255914c95eb16 /Makefile.in
parent4ea01561e463750dc8ad95740d852d38752dc900 (diff)
test-suite: correctly install when not --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 9533b7b..02626e3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -205,7 +205,7 @@ install-bin: $(DESTDIR)$(BINDIR)
install-lib: uninstall-lib $(DESTDIR)$(LIBDIR) install-lib-main install-lib-samples
install-lib-main: $(DESTDIR)$(LIBDIR)
- @for src_dir in config kconfig patches scripts; do \
+ @for src_dir in config contrib kconfig patches scripts; do \
echo " INST '$${src_dir}/'"; \
tar cf - --exclude='*.sh.in' $${src_dir} \
|(cd "$(DESTDIR)$(LIBDIR)"; tar xf -); \