aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips
diff options
context:
space:
mode:
authorJeffrey Yasskin <jyasskin@google.com>2010-03-12 21:42:14 +0000
committerJeffrey Yasskin <jyasskin@google.com>2010-03-12 21:42:14 +0000
commit1fa7b53035a38da8edfffc1fb00c30fbd61eec76 (patch)
treeceba1e5ccec68de2ebfd67d42192d71fd4953412 /lib/Target/Mips
parentdd9a08f0ef4c1a8fb08a7d73f3ddb836db26c78d (diff)
downloadexternal_llvm-1fa7b53035a38da8edfffc1fb00c30fbd61eec76.zip
external_llvm-1fa7b53035a38da8edfffc1fb00c30fbd61eec76.tar.gz
external_llvm-1fa7b53035a38da8edfffc1fb00c30fbd61eec76.tar.bz2
Fix LLVM build when the user specifies CPPFLAGS on the make command line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98394 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips')
-rw-r--r--lib/Target/Mips/AsmPrinter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Mips/AsmPrinter/Makefile b/lib/Target/Mips/AsmPrinter/Makefile
index a2fecf4..b1efe9b 100644
--- a/lib/Target/Mips/AsmPrinter/Makefile
+++ b/lib/Target/Mips/AsmPrinter/Makefile
@@ -12,6 +12,6 @@ LIBRARYNAME = LLVMMipsAsmPrinter
# Hack: we need to include 'main' Mips 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