diff options
author | tron <tron@openttd.org> | 2005-02-04 19:53:53 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-02-04 19:53:53 +0000 |
commit | 50df3ec10341ad41bf769130621d771cf42a92f0 (patch) | |
tree | 243e76c5ebfb1903f87fa4979e7e7504c38c1ec6 /Makefile | |
parent | 54a84a6e6ec465a3763ef28fb1a8a69709dccfc9 (diff) | |
download | openttd-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-- | 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 |