mirror of
https://github.com/holub/mame
synced 2025-07-02 08:39:21 +03:00
Made depend creation target independent (no whatsnew)
This commit is contained in:
parent
5e5ab51db0
commit
689a7d16d2
2
makefile
2
makefile
@ -661,7 +661,7 @@ buildtools: maketree $(BUILD)
|
|||||||
# $(SRC)/emu, as well as all the OSD objects and anything in the $(OBJ) tree
|
# $(SRC)/emu, as well as all the OSD objects and anything in the $(OBJ) tree
|
||||||
depend: maketree $(MAKEDEP_TARGET)
|
depend: maketree $(MAKEDEP_TARGET)
|
||||||
@echo Rebuilding depend.mak...
|
@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 += \
|
INCPATH += \
|
||||||
-I$(SRC)/$(TARGET) \
|
-I$(SRC)/$(TARGET) \
|
||||||
|
Loading…
Reference in New Issue
Block a user