commit | 7ebe97166a4d720a187ab08ba927027e0d32274c | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Sun Aug 23 05:02:18 2009 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Sun Aug 23 05:02:18 2009 +0000 |
tree | 42091b57e5edc6d0b692979e4ad7774fd3fbce07 | |
parent | 92bcc27ada5788c5f5057fa051b2600ec27c7e17 [diff] [blame] |
Don't install Clang libraries. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79824 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Basic/Makefile b/lib/Basic/Makefile index 3fd6c2c..a81f03b 100644 --- a/lib/Basic/Makefile +++ b/lib/Basic/Makefile
@@ -16,6 +16,9 @@ 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