mirror of
https://github.com/mamedev/mame.git
synced 2024-11-18 10:06:19 +01:00
Removed duplicated includes from INCPATH. [Oliver Stoneberg]
This commit is contained in:
parent
01063bc4c2
commit
dfa747f471
1 changed files with 0 additions and 10 deletions
10
makefile
10
makefile
|
@ -672,16 +672,6 @@ depend: maketree $(MAKEDEP_TARGET)
|
|||
@echo Rebuilding 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)
|
||||
|
||||
maketree: $(sort $(OBJDIRS))
|
||||
|
|
Loading…
Reference in a new issue