| changeset 2714 | 2b34ba290a5c |
| parent 2713 | 9f06e1f94ce9 |
| child 2717 | 0f385152f0d3 |
--- 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) > $@