Question/bug? : Make and tab problem since version 1.3.16...

Max Bowsher maxb@ukf.net
Sun Dec 1 03:39:00 GMT 2002


Moti Daniel <motid@p-cube.com> 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/



More information about the Cygwin mailing list