aboutsummaryrefslogtreecommitdiff
path: root/tools/c-index-test
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-06-08 20:44:43 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-06-08 20:44:43 +0000
commitc4dec1c58eeb2ef46cdb64120eb6b819c6927afb (patch)
tree5d8efb198f94c901cbafb87761d0b3cfdf3f1415 /tools/c-index-test
parentafed099bd2e759efd4bb63fdc525d3445f94cc13 (diff)
Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105638 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/c-index-test')
-rw-r--r--tools/c-index-test/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/c-index-test/Makefile b/tools/c-index-test/Makefile
index dd39d25e57..ff3dbe9a8a 100644
--- a/tools/c-index-test/Makefile
+++ b/tools/c-index-test/Makefile
@@ -9,7 +9,6 @@
CLANG_LEVEL := ../..
TOOLNAME = c-index-test
-CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include
# No plugins, optimize startup time.
TOOL_NO_EXPORTS = 1