Makefile
changeset 2714 2d0366113f47
parent 2713 9c42385e4f41
child 2717 06474b396054
--- a/Makefile	Sun Dec 04 17:36:19 2005 +0000
+++ b/Makefile	Sun Dec 04 22:43:40 2005 +0000
@@ -796,12 +796,15 @@
 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) > $@