summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Scott Stone <tafoid@users.noreply.github.com>2011-06-15 21:21:51 +0000
committer Scott Stone <tafoid@users.noreply.github.com>2011-06-15 21:21:51 +0000
commitdfa747f4719e334478ab6149eebb6cd70cb17b54 (patch)
tree924ddb57a2e6e5afcdec423dd61b029da6b47b4f
parent01063bc4c25ee84988f1d9f28612075443782524 (diff)
Removed duplicated includes from INCPATH. [Oliver Stoneberg]
-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))