summaryrefslogtreecommitdiffstats
path: root/clang/tools/driver/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'clang/tools/driver/Makefile')
-rw-r--r--clang/tools/driver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/driver/Makefile b/clang/tools/driver/Makefile
index e5a9280a0cb..6434cb4ef55 100644
--- a/clang/tools/driver/Makefile
+++ b/clang/tools/driver/Makefile
@@ -12,7 +12,7 @@ TOOLNAME = clang
ifndef CLANG_IS_PRODUCTION
TOOLALIAS = clang++
endif
-CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include
+CPP.Flags += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include
# Clang tool has no plugins, optimize startup time.
TOOL_NO_EXPORTS = 1
OpenPOWER on IntegriCloud