summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2005-12-04 22:43:40 +0000
committerbjarni <bjarni@openttd.org>2005-12-04 22:43:40 +0000
commitcfc4753ba6847d1530bb2656627a0152c21690ce (patch)
treecbcad68edac1dc544283d479f1e684e5f8111c25 /Makefile
parente273fe2f339d5e6c2d8f7fc04a071d93470f46a4 (diff)
downloadopenttd-cfc4753ba6847d1530bb2656627a0152c21690ce.tar.xz
(svn r3259) -Fix: [OSX] fixed that universal binaries did not make a bundle
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index efafad52a..a77f7c1b5 100644
--- a/Makefile
+++ b/Makefile
@@ -796,12 +796,15 @@ endif
ifdef OSX
# needs to be before all
OSX:=OSX
--include os/macosx/Makefile
endif
all: endian_target.h endian_host.h $(UPDATECONFIG) $(LANGS) $(TTD) $(OSX)
+ifdef OSX
+-include os/macosx/Makefile
+endif
+
endian_host.h: $(ENDIAN_CHECK)
@echo '===> Testing endianness for host'
$(Q)./$(ENDIAN_CHECK) > $@