Discussion:
Makefile:69: *** commands commence before first target. Stop.
saira gilani
2009-10-23 20:19:53 UTC
Permalink
i add following command in makefile.in to instal patch of 802.11e

-I./mac/802_11e
but now when i write make on command prompt it gies following error
"Makefile:69: *** commands commence before first target. Stop."
Sam Ravnborg
2009-10-23 22:03:52 UTC
Permalink
Post by saira gilani
i add following command in makefile.in to instal patch of 802.11e
-I./mac/802_11e
but now when i write make on command prompt it gies following error
"Makefile:69: *** commands commence before first target. Stop."
May I sugest you to try to google for this error message...

This looks like what is causing you troubles:
http://www.mail-archive.com/help-***@gnu.org/msg06225.html

In other words - you have added a tab and some stuff
at a random place in the makefile.

Please include the full Makefile - or at least the lines around
line 69 if you need more help.

Sam
Paul Smith
2009-10-25 01:26:16 UTC
Permalink
Post by saira gilani
i add following command in makefile.in to instal patch of 802.11e
-I./mac/802_11e
That is not a command. That's an option. It's supposed to be added to
a variable or similar. Without knowing more about your environment
there's little else we can say.
Post by saira gilani
but now when i write make on command prompt it gies following error
"Makefile:69: *** commands commence before first target. Stop."
That's because the change you've made is illegal make syntax.
--
-------------------------------------------------------------------------------
Paul D. Smith <***@gnu.org> Find some GNU make tips at:
http://www.gnu.org http://make.mad-scientist.net
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
Loading...