(svn r3259) -Fix: [OSX] fixed that universal binaries did not make a bundle
This commit is contained in:
5
Makefile
5
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) > $@
|
||||
|
||||
Reference in New Issue
Block a user