aboutsummaryrefslogtreecommitdiff
path: root/lib/Index
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/Index
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/Index')
-rw-r--r--lib/Index/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Index/Makefile b/lib/Index/Makefile
index 6e35df7702..7dee87f3b6 100644
--- a/lib/Index/Makefile
+++ b/lib/Index/Makefile
@@ -18,9 +18,6 @@ LIBRARYNAME := clangIndex
BUILD_ARCHIVE = 1
CXXFLAGS = -fno-rtti
-# Don't install Clang libraries
-NO_INSTALL = 1
-
ifeq ($(ARCH),PowerPC)
CXXFLAGS += -maltivec
endif