summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/makefile b/makefile
index c394684bf90..1a2c0608aea 100644
--- a/makefile
+++ b/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))