bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: In need ...


From: Paul D. Smith
Subject: Re: In need ...
Date: Thu, 14 Feb 2002 17:40:03 -0500

Your makefile has been saved with DOS/Windows line endings (CRLF).  The
version of GNU make you're using (which is pretty old, BTW) doesn't
understand DOS/Windows line endings, it only understands UNIX line
endings (LF).

You will need to either upgrade to a newer version of GNU make (the
current latest version is 3.79.1) or change your Makefile back to use
only UNIX line endings (there are various small programs that can assist
you with this, probably, but I'm not familiar with them on Windows
platforms) and be careful in the future to only use editors which use
UNIX line endings.


HTH...

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://www.paulandlesley.org/gmake/
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist



reply via email to

[Prev in Thread] Current Thread [Next in Thread]