Re: GNU make complains for NUL character.... missing seperator
"Sanju" <[email protected]>
| Newsgroups | gmane.comp.gnu.utils |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
Thanks for your reply! > 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. No, I am not telling make to use "config/" .... either I run make without any parameter , in which case it should pick the file named as "Makefile" in current directory .......OR I give the "Makefile" explicitely.............. In any case it picks the file named "Makefile" > 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. like $make OR $make -f Makefile In both cases I get the same error...........I dont understand why its complaining for "config/" Thanks, Sanjay