Makefile
changeset 1164 48da7bcf7b7c
parent 1163 66ce158ef5ed
child 1167 507a33e75007
--- a/Makefile	Tue Jan 25 15:35:11 2005 +0000
+++ b/Makefile	Tue Jan 25 15:38:35 2005 +0000
@@ -226,11 +226,6 @@
 CC=gcc
 CXX=g++
 
-ifdef MORPHOS
-CC += -noixemul -pipe
-CXX += -noixemul -pipe
-endif
-
 # Executable file extension
 ifdef WIN32
 EXE=.exe
@@ -369,6 +364,10 @@
 endif
 endif
 
+ifdef MORPHOS
+CFLAGS += -noixemul -pipe
+endif
+
 ifdef SUNOS
 CDEFS += -DSUNOS
 ifdef WITH_NETWORK