Made depend creation target independent (no whatsnew)

This commit is contained in:
Miodrag Milanovic 2010-09-28 07:33:09 +00:00
parent 5e5ab51db0
commit 689a7d16d2

View file

@ -661,7 +661,7 @@ buildtools: maketree $(BUILD)
# $(SRC)/emu, as well as all the OSD objects and anything in the $(OBJ) tree
depend: maketree $(MAKEDEP_TARGET)
@echo Rebuilding depend.mak...
$(MAKEDEP) -I. $(INCPATH) -X$(SRC)/emu -X$(SRC)/osd/... -X$(OBJ)/... src/mame > depend.mak
$(MAKEDEP) -I. $(INCPATH) -X$(SRC)/emu -X$(SRC)/osd/... -X$(OBJ)/... src/$(TARGET) > depend.mak
INCPATH += \
-I$(SRC)/$(TARGET) \