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

2002-11-30 Thread Moti Daniel
quot;, believe me it works ! -Original Message- From: Max Bowsher [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 7:38 PM To: Moti Daniel; [EMAIL PROTECTED] Subject: Re: Question/bug? : Make and tab problem since version 1.3.16... Moti Daniel <[EMAIL PROTECTED]> wrote:

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

2002-11-27 Thread Moti Daniel
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 som