Makefile: commands commence before first target
Posted by Alberto - 03/02/12 at 06:02:15 pmIf you are using make for compiling your code and you get this error:
Makefile: commands commence before first target. Stop.
Open your Makefile, and check if you included a space after a backslash when defining a variable in several lines, i.e.:
VARIABLE = value1 \
value2
Powered by WordPress with GimpStyle Theme design by Horacio Bella.
Entries and comments feeds.
Valid XHTML and CSS.


