tags:

views:

110

answers:

1

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