summaryrefslogtreecommitdiff
path: root/lib/Target/X86/TargetInfo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/X86/TargetInfo/Makefile')
-rw-r--r--lib/Target/X86/TargetInfo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/TargetInfo/Makefile b/lib/Target/X86/TargetInfo/Makefile
index 9858e6a099..ee91982df0 100644
--- a/lib/Target/X86/TargetInfo/Makefile
+++ b/lib/Target/X86/TargetInfo/Makefile
@@ -11,6 +11,6 @@ LEVEL = ../../../..
LIBRARYNAME = LLVMX86Info
# Hack: we need to include 'main' target directory to grab private headers
-CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
+CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
include $(LEVEL)/Makefile.common