%% "Austin, Ben" <[EMAIL PROTECTED]> writes:

  ab> tyree:bash-2.02# make
  ab> Makefile:1: warning: NUL character seen; rest of line ignored
  ab> Makefile:1: *** missing separator.  Stop.

Please always include the version of make you're using and the operating
system and version you're running it on.


The above message is printed when make detects a NUL byte (ASCII 0) in
your makefile, in this case in line 1 of the file Makefile.

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


_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make
  • make query Austin, Ben
    • Re: make query Paul D. Smith

Reply via email to