bug-make
[Top][All Lists]
Advanced

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

Re: missing separator


From: Paul D. Smith
Subject: Re: missing separator
Date: Mon, 12 Mar 2001 11:38:07 -0500

Shell command lines in make _MUST_ start with a TAB character.  Your
makefile has 8 spaces instead of a TAB in the last two rules.  A number
of Windows editors will "helpfully" convert TABs to spaces automatically
for you; find one that doesn't when you edit makefiles.

If you get a newer version of GNU make, make will suggest this problem
when it detects this situation.  Also, the new GNU make manual has a
section describing the error messages GNU make generates and what they
often mean.


Not sure what you mean by your question about pre-processors for
makefiles... ?

-- 
-------------------------------------------------------------------------------
 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]