%% [EMAIL PROTECTED] writes:
d> I downloaded the GNU make 3.77 from sourceware.cygnus.com/cygwin.
d> I use the following makefile:
Wait, I lied :(.
I think this bug is because your makefile has DOS/Windows style CRLF
newlines, instead of UNIX style LF newlines.
GNU make prior to 3.78 didn't handle the DOS/Windows newlines correctly;
that has been fixed in 3.78 and above.
If you must stick with 3.77, I think you'll find that you need to run
some kind of dos2unix filter on them that strips out the CR from the
CRLF pair.
d> ', needed by `hello'. Stop.e target `hello3.c
--
-------------------------------------------------------------------------------
Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at:
http://www.gnu.org http://www.ultranet.com/~pauld/gmake/
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist