(svn r3259) -Fix: [OSX] fixed that universal binaries did not make a bundle

This commit is contained in:
bjarni
2005-12-04 22:43:40 +00:00
parent e273fe2f33
commit cfc4753ba6
2 changed files with 16 additions and 12 deletions

View File

@@ -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) > $@