summaryrefslogtreecommitdiff
path: root/lib/Lex/Makefile
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-08-23 05:02:18 +0000
committerDouglas Gregor <dgregor@apple.com>2009-08-23 05:02:18 +0000
commit7ebe97166a4d720a187ab08ba927027e0d32274c (patch)
tree42091b57e5edc6d0b692979e4ad7774fd3fbce07 /lib/Lex/Makefile
parent92bcc27ada5788c5f5057fa051b2600ec27c7e17 (diff)
downloadclang-7ebe97166a4d720a187ab08ba927027e0d32274c.tar.gz
clang-7ebe97166a4d720a187ab08ba927027e0d32274c.tar.bz2
clang-7ebe97166a4d720a187ab08ba927027e0d32274c.tar.xz
Don't install Clang libraries.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79824 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Lex/Makefile')
-rw-r--r--lib/Lex/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Lex/Makefile b/lib/Lex/Makefile
index a2437da812..848c04bb3b 100644
--- a/lib/Lex/Makefile
+++ b/lib/Lex/Makefile
@@ -18,6 +18,9 @@ LIBRARYNAME := clangLex
BUILD_ARCHIVE = 1
CXXFLAGS = -fno-rtti
+# Don't install Clang libraries
+NO_INSTALL = 1
+
ifeq ($(ARCH),PowerPC)
CXXFLAGS += -maltivec
endif