diff options
author | Andy Gibbs" <andyg1001@hotmail.co.uk> | 2010-06-25 12:33:30 +0200 |
---|---|---|
committer | Andy Gibbs" <andyg1001@hotmail.co.uk> | 2010-06-25 12:33:30 +0200 |
commit | 709a529e21420fa9c42439c44afe4da36819ed17 (patch) | |
tree | 0f6b003917ef4240d1952c0bd15255914c95eb16 /Makefile.in | |
parent | 4ea01561e463750dc8ad95740d852d38752dc900 (diff) | |
download | crosstool-ng-709a529e21420fa9c42439c44afe4da36819ed17.tar.gz crosstool-ng-709a529e21420fa9c42439c44afe4da36819ed17.tar.bz2 crosstool-ng-709a529e21420fa9c42439c44afe4da36819ed17.zip |
test-suite: correctly install when not --local
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 9533b7b8..02626e37 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 -); \ |