Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <2153954E5F82D411954300D0B782FD0401830157@ILEXCH1> From: Moti Daniel To: "'cygwin AT cygwin DOT com'" Subject: Question/bug? : Make and tab problem since version 1.3.16... Date: Wed, 27 Nov 2002 10:38:39 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Note-from-DJ: This may be spam 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 cc $@ after upgrading the tab before the 'cc $@' gone, and the lines in somefile looks like this: a.o : a.c cc $@ and the make of the sub-makefile (somefile) fails, I've noticed that if I'm adding a character before the \t for example: VAR1=a.o : a.c\nxxx\tcc $$@ it produces: a.o : a.c xxx cc $@ any ides ? Thanks. -- 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/