Makefile - missing separator. Stop.

If you’re getting missing separator errors in your makefile, similar to the following : Makefile:22: *** missing separator. Stop. … make sure you are using real tabs instead of spaces. A global search and replace for four-spaces should fix things up.

November 12, 2009 · 1 min · Dave Perrett