Hi! In *.mak file I receive commands "commence before first target. Stop." I didn't change it before. How to solve this problem? Thanks!
+1
A:
make
(or NMAKE
, or whatever flavour of make you are using) can be quite picky about the format of makefiles - check that you didn't actually edit the file in any way, e.g. changed line endings, spaces <-> tabs, etc.
Paul R
2010-05-26 12:06:34