diff options
author | bjarni <bjarni@openttd.org> | 2005-12-04 22:43:40 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2005-12-04 22:43:40 +0000 |
commit | 2946f3c1f9d25327cc29a521cf13ce6bd73bec15 (patch) | |
tree | cbcad68edac1dc544283d479f1e684e5f8111c25 /Makefile | |
parent | 961b71f434199c2c57666c0c88e8e4aa85b07f3c (diff) | |
download | openttd-2946f3c1f9d25327cc29a521cf13ce6bd73bec15.tar.xz |
(svn r3259) -Fix: [OSX] fixed that universal binaries did not make a bundle
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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) > $@ |