diff options
author | 2012-09-07 13:03:46 +0000 | |
---|---|---|
committer | 2012-09-07 13:03:46 +0000 | |
commit | 1f77747f86aca9392030389cff0d1390c123b565 (patch) | |
tree | 3446b641dc9d3936984cd2794eb2716e323d18af /makefile | |
parent | e381dd8bc9455c3e40285275d4165a2786453e5d (diff) |
made make depend to be defined per target to support special cases (no whatsnew)
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -710,12 +710,6 @@ emulator: maketree $(BUILD) $(EMULATOR) buildtools: maketree $(BUILD) -# In order to keep dependencies reasonable, we exclude objects in the base of -# $(SRC)/emu, as well as all the OSD objects and anything in the $(OBJ) tree -depend: maketree $(MAKEDEP_TARGET) - @echo Rebuilding depend_$(TARGET).mak... - $(MAKEDEP) -I. $(INCPATH) -X$(SRC)/emu -X$(SRC)/osd/... -X$(OBJ)/... src/$(TARGET) > depend_$(TARGET).mak - tools: maketree $(TOOLS) maketree: $(sort $(OBJDIRS)) |