Makefile
changeset 3903 224d77e00330
parent 3901 88d50f8030ce
child 3905 50a6cf9fe9f5
equal deleted inserted replaced
3902:f867fe8ec825 3903:224d77e00330
   832 # needs to be before all
   832 # needs to be before all
   833 OSX:=OSX
   833 OSX:=OSX
   834 endif
   834 endif
   835 
   835 
   836 
   836 
   837 all: endian_target.h endian_host.h $(UPDATECONFIG) $(LANGS) $(TTD) $(OSX) $(UNITTEST)
   837 all: endian_target.h endian_host.h $(UPDATECONFIG) $(LANGS) $(TTD) $(OSX)
   838 
   838 
   839 ifdef OSX
   839 ifdef OSX
   840 -include os/macosx/Makefile
   840 -include os/macosx/Makefile
   841 endif
   841 endif
   842 
   842