diff options
| author | Douglas Gregor <dgregor@apple.com> | 2009-10-08 22:15:31 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2009-10-08 22:15:31 +0000 |
| commit | 01249503fee8570f3d233accac5ec38cfb54ea9c (patch) | |
| tree | 92e6b9a48d2e6f91b7ce03049bbbbf69a159d1ad /clang/lib/CodeGen | |
| parent | 03686660b16db7866ecad600806e205075b670c3 (diff) | |
| download | bcm5719-llvm-01249503fee8570f3d233accac5ec38cfb54ea9c.tar.gz bcm5719-llvm-01249503fee8570f3d233accac5ec38cfb54ea9c.zip | |
Installation of Clang libraries and headers, from Axel Naumann!
llvm-svn: 83582
Diffstat (limited to 'clang/lib/CodeGen')
| -rw-r--r-- | clang/lib/CodeGen/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/Makefile b/clang/lib/CodeGen/Makefile index cc3b5041a72..e716fe78bc6 100644 --- a/clang/lib/CodeGen/Makefile +++ b/clang/lib/CodeGen/Makefile @@ -17,9 +17,6 @@ LIBRARYNAME := clangCodeGen BUILD_ARCHIVE = 1 CXXFLAGS = -fno-rtti -# Don't install Clang libraries -NO_INSTALL = 1 - CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include include $(LEVEL)/Makefile.common |

