Third shot at moving arch/ into config/ .

/trunk/Makefile.in |    2     1     1     0 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
This commit is contained in:
Yann E. MORIN" 2008-10-03 12:45:37 +00:00
parent 50ea3b751d
commit 67b3e099c5

View File

@ -111,7 +111,7 @@ install-bin: $(BINDIR)
install-lib: uninstall-lib $(LIBDIR) install-lib-main install-lib-samples install-lib: uninstall-lib $(LIBDIR) install-lib-main install-lib-samples
install-lib-main: $(LIBDIR) 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}/'"; \ echo " INST '$${src_dir}/'"; \
tar cf - --exclude=.svn $${src_dir} |(cd "$(LIBDIR)"; tar xf -); \ tar cf - --exclude=.svn $${src_dir} |(cd "$(LIBDIR)"; tar xf -); \
done done