"Sanju" <[EMAIL PROTECTED]> writes:
> config/:1: warning: NUL character seen; rest of line ignored
> config/:1: *** missing separator. Stop.
This means somehow you are telling make that your makefile is "config/",
which is a directory I presume. That's why you're getting these errors.
You didn't show the command that make ran before you got this, but it must
have been something like:
make -f config/
This, of course, is not a valid command line.
--
-------------------------------------------------------------------------------
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
_______________________________________________
help-gnu-utils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnu-utils