summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-02-01 16:57:16 +0000
committertron <tron@openttd.org>2005-02-01 16:57:16 +0000
commit20d1f357dd058a726a1424b25d62e1c445bd74f8 (patch)
treea2a8f042db56386f317d67306048702695883535 /Makefile
parenta00571a1d7bbf141812f62cea5a2ef2fcbf0e9b9 (diff)
downloadopenttd-20d1f357dd058a726a1424b25d62e1c445bd74f8.tar.xz
(svn r1761) Don't set CC and CXX
If somebody tried to use alternate compilers via an environment variable the assignment in the Makefile simply overwrote that.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cafffdcdc..8dd99a1db 100644
--- a/Makefile
+++ b/Makefile
@@ -216,8 +216,6 @@ endif
#
# Compiler configuration
#
-CC=gcc
-CXX=g++
# Executable file extension
ifdef WIN32