Moti Daniel <[EMAIL PROTECTED]> wrote: > After upgrading cygwin dll to 1.3.16 from 1.3.12 I had the following > problem: > I'm using cygwin to build my project, in my makefile I'm creating > another makefile like this: > VAR1=a.o : a.c\n\tcc $$@ > . > . > . > sometarget : > $(shell echo -e '$(VAR1)' >> somefile > > before the upgrade this produced somefile with this lines in it: > a.o : a.c > <TAB> cc $@
I find that hard to believe. With that $(shell... in there, make tries to run a program 'a.o'. 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/