mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
Removed duplicated includes from INCPATH. [Oliver Stoneberg]
This commit is contained in:
parent
01063bc4c2
commit
dfa747f471
10
makefile
10
makefile
@ -672,16 +672,6 @@ depend: maketree $(MAKEDEP_TARGET)
|
|||||||
@echo Rebuilding depend.mak...
|
@echo Rebuilding depend.mak...
|
||||||
$(MAKEDEP) -I. $(INCPATH) -X$(SRC)/emu -X$(SRC)/osd/... -X$(OBJ)/... src/$(TARGET) > depend.mak
|
$(MAKEDEP) -I. $(INCPATH) -X$(SRC)/emu -X$(SRC)/osd/... -X$(OBJ)/... src/$(TARGET) > depend.mak
|
||||||
|
|
||||||
INCPATH += \
|
|
||||||
-I$(SRC)/$(TARGET) \
|
|
||||||
-I$(OBJ)/$(TARGET)/layout \
|
|
||||||
-I$(SRC)/emu \
|
|
||||||
-I$(OBJ)/emu \
|
|
||||||
-I$(OBJ)/emu/layout \
|
|
||||||
-I$(SRC)/lib/util \
|
|
||||||
-I$(SRC)/osd \
|
|
||||||
-I$(SRC)/osd/$(OSD) \
|
|
||||||
|
|
||||||
tools: maketree $(TOOLS)
|
tools: maketree $(TOOLS)
|
||||||
|
|
||||||
maketree: $(sort $(OBJDIRS))
|
maketree: $(sort $(OBJDIRS))
|
||||||
|
Loading…
Reference in New Issue
Block a user