Moti Daniel <[EMAIL PROTECTED]> wrote: > 2 fixes to the line, it should be: > > sometarget: > <tab> $(shell echo -e '$(VAR1)' >> $@) > > this $(shell... makes a file called "somefile", in it > you will see: > " > a.o:a.c > <tab> cc $@ > " > > I'm including this sometarget in the makefile thus extending it > "on the fly", believe me it works !
Don't you mean: > sometarget: > <tab> echo -e '$(VAR1)' >> $@ Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/