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