diff options
author | truelight <truelight@openttd.org> | 2006-05-27 18:17:10 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2006-05-27 18:17:10 +0000 |
commit | 08c5ee6edceaa4f55daeb6c5efbe7c9b4dc1697a (patch) | |
tree | cdee5c6d8da9afc70cf0aa24c8f6cb15de6140b0 /Makefile | |
parent | 1e0f16540738440488b2b734bd63f0f2ca4f6774 (diff) | |
download | openttd-08c5ee6edceaa4f55daeb6c5efbe7c9b4dc1697a.tar.xz |
(svn r4991) -Fix: don't compile UNITTEST by default, it isn't needed
-Fix: do not use hardcoded names for things like 'strip', keep it configurable!!
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -834,7 +834,7 @@ OSX:=OSX endif -all: endian_target.h endian_host.h $(UPDATECONFIG) $(LANGS) $(TTD) $(OSX) $(UNITTEST) +all: endian_target.h endian_host.h $(UPDATECONFIG) $(LANGS) $(TTD) $(OSX) ifdef OSX -include os/macosx/Makefile |