aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-10-08 22:15:31 +0000
committerDouglas Gregor <dgregor@apple.com>2009-10-08 22:15:31 +0000
commit14ea5696417a8e8d244a07091284cdeba57c6d4d (patch)
treec6a3ca32ea126c1314d5cc349bba661f58b7f7b1 /lib/CodeGen
parente36803167e1b71692e571224e2fa2363d4b5a861 (diff)
Installation of Clang libraries and headers, from Axel Naumann!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83582 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile
index cc3b5041a7..e716fe78bc 100644
--- a/lib/CodeGen/Makefile
+++ b/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