summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Phil Bennett <philipjbennett@users.noreply.github.com>2009-12-21 23:09:02 +0000
committer Phil Bennett <philipjbennett@users.noreply.github.com>2009-12-21 23:09:02 +0000
commit2fd263c18b4697eb7b1ff14364445ae604964496 (patch)
tree0919cf2762aa99cf30b4628f71e4066c85ad07a7 /makefile
parent6e99f3e7c872f5f5226a54e3446de2e579dc52d5 (diff)
Removed the global "includes" include and instead specify the "includes" path in all #include occurences. [Oliver Stoneberg]
---------- Forwarded message ---------- From: Oliver Stöneberg <oliverst@online.de> Date: Sat, Dec 12, 2009 at 3:27 PM Subject: includes cleanup To: submit@mamedev.org This patch removes the global "includes" include and explcitly specifies the "includes" path in all #include occurances.
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/makefile b/makefile
index fc1a2f6c743..c038d7c0de0 100644
--- a/makefile
+++ b/makefile
@@ -365,7 +365,6 @@ endif
# add core include paths
CCOMFLAGS += \
-I$(SRC)/$(TARGET) \
- -I$(SRC)/$(TARGET)/includes \
-I$(OBJ)/$(TARGET)/layout \
-I$(SRC)/emu \
-I$(OBJ)/emu \