summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-03 12:45:37 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-03 12:45:37 (GMT)
commit67b3e099c54dc280a0b2682b90b767632b518c9b (patch)
tree094eabdb073162e1eb1645cd3bb3daf846244bc7 /Makefile.in
parent50ea3b751de4c94606bebc56a385324f130c33a8 (diff)
Third shot at moving arch/ into config/ .
/trunk/Makefile.in | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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 fedf4c3..410f032 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -111,7 +111,7 @@ install-bin: $(BINDIR)
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