On Sat, 2009-10-24 at 01:19 +0500, saira gilani wrote: > 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. > 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 <[email protected]> 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 _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
