Makefile.in
changeset 764 ff368787f62b
parent 556 68c8c1b91269
child 899 da93630960d1
     1.1 --- a/Makefile.in	Sat Jun 14 14:04:54 2008 +0000
     1.2 +++ b/Makefile.in	Thu Aug 07 13:35:11 2008 +0000
     1.3 @@ -124,8 +124,9 @@
     1.4  install-lib-samples: $(LIBDIR) install-lib-main
     1.5  	@echo "  INST   'samples/'"
     1.6  	@tar cf - --exclude=.svn samples |(cd "$(LIBDIR)"; tar xf -)
     1.7 -	@for samp_file in "$(LIBDIR)/samples/"*"/crosstool.config"; do              \
     1.8 -	     sed -r -i -e 's,\$$\{CT_TOP_DIR\},\$$\{CT_LIB_DIR\},g;' $${samp_file}; \
     1.9 +	@for samp_file in "$(LIBDIR)/samples/"*"/crosstool.config"; do                          \
    1.10 +	     sed -r -i -e 's,\$$\{CT_TOP_DIR\},\$$\{CT_LIB_DIR\},g;' $${samp_file};             \
    1.11 +	     sed -r -i -e 's,^(CT_WORK_DIR)=.*,\1="\$${CT_TOP_DIR}/targets",;' $${samp_file};   \
    1.12  	 done
    1.13  
    1.14  install-doc: $(DOCDIR)