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 | ee6b6925510ad5ffb6009c6dd2b2f375d3442cdf (patch) | |
| tree | c318f8e26e4803f7bd41d94be75399b5bc77b247 /clang/lib/Sema | |
| parent | e6c1daa8fd5c6e2f5b1c2820491d6f748d4918c8 (diff) | |
| download | bcm5719-llvm-ee6b6925510ad5ffb6009c6dd2b2f375d3442cdf.tar.gz bcm5719-llvm-ee6b6925510ad5ffb6009c6dd2b2f375d3442cdf.zip | |
Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles.
llvm-svn: 105638
Diffstat (limited to 'clang/lib/Sema')
| -rw-r--r-- | clang/lib/Sema/Makefile | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/clang/lib/Sema/Makefile b/clang/lib/Sema/Makefile index 6e13327af1a..90f2dffa0f1 100644 --- a/clang/lib/Sema/Makefile +++ b/clang/lib/Sema/Makefile @@ -16,7 +16,5 @@ CLANG_LEVEL := ../..  LIBRARYNAME := clangSema  BUILD_ARCHIVE = 1 -CPP.Flags += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include -  include $(CLANG_LEVEL)/Makefile | 

