Third shot at moving arch/ into config/ .
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Oct 03 12:45:37 2008 +0000 (2008-10-03)
changeset 899da93630960d1
parent 898 fe3eda71a9d0
child 900 7cde2ff63192
Third shot at moving arch/ into config/ .

/trunk/Makefile.in | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Makefile.in
     1.1 --- a/Makefile.in	Fri Oct 03 12:30:58 2008 +0000
     1.2 +++ b/Makefile.in	Fri Oct 03 12:45:37 2008 +0000
     1.3 @@ -111,7 +111,7 @@
     1.4  install-lib: uninstall-lib $(LIBDIR) install-lib-main install-lib-samples
     1.5  
     1.6  install-lib-main: $(LIBDIR)
     1.7 -	@for src_dir in arch config kconfig patches scripts tools; do           \
     1.8 +	@for src_dir in config kconfig patches scripts tools; do                \
     1.9  	     echo "  INST   '$${src_dir}/'";                                    \
    1.10  	     tar cf - --exclude=.svn $${src_dir} |(cd "$(LIBDIR)"; tar xf -);   \
    1.11  	 done