Monday, January 13, 2014

Makefile:[Line Number]: *** missing separator. Stop.

Are you seeing the error in a line similar to the below one in your Makefile?

some_target:
     things to do


If yes make sure the line 'things to do' starts with a tab. I.e. the white spaces should not be space it has to be a 'tab'.

target: dependencies
[tab] system command

No comments:

Post a Comment