diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-08-23 05:02:18 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-08-23 05:02:18 +0000 |
commit | 7ebe97166a4d720a187ab08ba927027e0d32274c (patch) | |
tree | 42091b57e5edc6d0b692979e4ad7774fd3fbce07 /lib/Frontend | |
parent | 92bcc27ada5788c5f5057fa051b2600ec27c7e17 (diff) |
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/Frontend')
-rw-r--r-- | lib/Frontend/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Frontend/Makefile b/lib/Frontend/Makefile index 8d70847578..a514c86137 100644 --- a/lib/Frontend/Makefile +++ b/lib/Frontend/Makefile @@ -12,6 +12,9 @@ LIBRARYNAME := clangFrontend 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 |