diff -r 1644c63e0109 -r da93630960d1 Makefile.in --- a/Makefile.in Mon Jun 30 11:19:17 2008 +0000 +++ b/Makefile.in Fri Oct 03 12:45:37 2008 +0000 @@ -111,7 +111,7 @@ install-lib: uninstall-lib $(LIBDIR) install-lib-main install-lib-samples install-lib-main: $(LIBDIR) - @for src_dir in arch config kconfig patches scripts tools; do \ + @for src_dir in config kconfig patches scripts tools; do \ echo " INST '$${src_dir}/'"; \ tar cf - --exclude=.svn $${src_dir} |(cd "$(LIBDIR)"; tar xf -); \ done