# HG changeset patch # User "Yann E. MORIN" # Date 1223037937 0 # Node ID da93630960d10ab7027893c46b8acaf568a8dcad # Parent fe3eda71a9d040cf5bb93acd6044d682280fd53e Third shot at moving arch/ into config/ . /trunk/Makefile.in | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -r fe3eda71a9d0 -r da93630960d1 Makefile.in --- a/Makefile.in Fri Oct 03 12:30:58 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