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
commit50df3ec10341ad41bf769130621d771cf42a92f0 (patch)
tree243e76c5ebfb1903f87fa4979e7e7504c38c1ec6 /Makefile
parent54a84a6e6ec465a3763ef28fb1a8a69709dccfc9 (diff)
downloadopenttd-50df3ec10341ad41bf769130621d771cf42a92f0.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