Say I have the following in the GNUmakefile
ifeq ($(MODELS), abc)
@echo PASS <== line 45
endif
How come I keep on getting the following error?
GNUmakefile:45: * missing separator. Stop.
Pls note, the echo works fine if it is NOT in the ifeq clause