(svn r1796) Revert r1792, because MorphOS has defaults for CC/CXX, they're just wrong, so setting CC/CXX using ?= simply did nothing
--- a/Makefile Fri Feb 04 19:51:43 2005 +0000
+++ b/Makefile Fri Feb 04 19:53:53 2005 +0000
@@ -216,8 +216,6 @@
#
# Compiler configuration
#
-CC ?= gcc
-CXX ?= g++
# Executable file extension
ifdef WIN32