diff options
author | tron <tron@openttd.org> | 2005-02-01 16:57:16 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-02-01 16:57:16 +0000 |
commit | 20d1f357dd058a726a1424b25d62e1c445bd74f8 (patch) | |
tree | a2a8f042db56386f317d67306048702695883535 | |
parent | a00571a1d7bbf141812f62cea5a2ef2fcbf0e9b9 (diff) | |
download | openttd-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.
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -216,8 +216,6 @@ endif # # Compiler configuration # -CC=gcc -CXX=g++ # Executable file extension ifdef WIN32 |