From 2946f3c1f9d25327cc29a521cf13ce6bd73bec15 Mon Sep 17 00:00:00 2001 From: bjarni Date: Sun, 4 Dec 2005 22:43:40 +0000 Subject: (svn r3259) -Fix: [OSX] fixed that universal binaries did not make a bundle --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') 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) > $@ -- cgit v1.2.3-54-g00ecf