Makefile: commands commence before first target

If 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.