"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
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.