Hi,
I'm having problems using a condition in one of my makefiles. I wanna
define the variable COMPILER depending on the value that is hold by the
environment variable ISP. If I use
ifeq ($(ISP),irix)
COMPILER = CC
else
COMPILER = g++
endif
I get the message 'ERROR: make: file `makefile' line 8: Must be a separator (: or ::) for rules (bu39)
' for a couple lines of the makefile. Does anybody know what's wrong there?
Thanks!
Joachim
---------------------------------------------------------------------------
---------------------------------------------------------------------------