summaryrefslogtreecommitdiffstats
path: root/lib/Sema/Makefile
diff options
context:
space:
mode:
authorJeffrey Yasskin <jyasskin@google.com>2010-03-12 22:55:16 +0000
committerJeffrey Yasskin <jyasskin@google.com>2010-03-12 22:55:16 +0000
commit3352406820d133c78161e8d710f95b8ac152a1e7 (patch)
tree7b4fbf629fd6ffaebfc4836ea2bca2a7f48af5c5 /lib/Sema/Makefile
parent4c9f709fc9ea7a7d8c8a85e29730c2365c2cad18 (diff)
Allow users to set CPPFLAGS and CXXFLAGS on the make command line.
Tested: make CPPFLAGS=-m64 CXXFLAGS=-m64 -j8 && (cd tools/clang;make test) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98399 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/Makefile')
-rw-r--r--lib/Sema/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/Makefile b/lib/Sema/Makefile
index 158f1af213..3a5a99ad57 100644
--- a/lib/Sema/Makefile
+++ b/lib/Sema/Makefile
@@ -16,7 +16,7 @@ LEVEL = ../../../..
LIBRARYNAME := clangSema
BUILD_ARCHIVE = 1
-CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include
+CPP.Flags += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include
include $(LEVEL)/Makefile.common