Re: make and linefeed problem

2000-08-16 Thread Larry Hall (RFK Partners, Inc)
At 04:10 PM 8/16/2000, Pascal-Eric Servais wrote: >The problem is that when my "Makefile" contains DOS type of linefeed, "make" >complains and doesn't run. ( But work very well with a Makefile with UNIX >type of linefeed ). Here is the message that it prints to the console : >"Makefile:2: *** comm

Re: make and linefeed problem

2000-08-16 Thread Paul D. Smith
This has been fixed in newer versions of GNU make. -- --- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://www.paulandlesley.org/gmake/ "Please rema

make and linefeed problem

2000-08-16 Thread Pascal-Eric Servais
The problem is that when my "Makefile" contains DOS type of linefeed, "make" complains and doesn't run. ( But work very well with a Makefile with UNIX type of linefeed ). Here is the message that it prints to the console : "Makefile:2: *** commands commence before first target. Stop." I use make