Hello

I try to run my makefile, but following error occurred

>>make -f myMakefile

"m2", line 1: Need an operator
"m2", line 2: Need an operator
"m2", line 3: need  an operator
make: fatal error encountered --cannot continue

My makefile is:

define
 @echo 1
endef
....


How to fix the problem?
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to