diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-06-08 20:44:43 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-06-08 20:44:43 +0000 |
commit | c4dec1c58eeb2ef46cdb64120eb6b819c6927afb (patch) | |
tree | 5d8efb198f94c901cbafb87761d0b3cfdf3f1415 /lib/CodeGen | |
parent | afed099bd2e759efd4bb63fdc525d3445f94cc13 (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 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile index cfa0217942..4b93524267 100644 --- a/lib/CodeGen/Makefile +++ b/lib/CodeGen/Makefile @@ -16,10 +16,5 @@ CLANG_LEVEL := ../.. LIBRARYNAME := clangCodeGen BUILD_ARCHIVE = 1 -CPP.Flags += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include -ifdef CLANG_VENDOR -CPP.Flags += -DCLANG_VENDOR='"$(CLANG_VENDOR) "' -endif - include $(CLANG_LEVEL)/Makefile |