summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-02-04 19:53:53 +0000
committertron <tron@openttd.org>2005-02-04 19:53:53 +0000
commit033c392aca488c068d23f888f80e4c4120c12563 (patch)
tree243e76c5ebfb1903f87fa4979e7e7504c38c1ec6 /Makefile
parent1952882e7ec28be8ed419130d8b689e053c3f4c6 (diff)
downloadopenttd-033c392aca488c068d23f888f80e4c4120c12563.tar.xz
(svn r1796) Revert r1792, because MorphOS has defaults for CC/CXX, they're just wrong, so setting CC/CXX using ?= simply did nothing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 36d50e80e..b2ed18ac2 100644
--- a/Makefile
+++ b/Makefile
@@ -216,8 +216,6 @@ endif
#
# Compiler configuration
#
-CC ?= gcc
-CXX ?= g++
# Executable file extension
ifdef WIN32