summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2012-10-24 22:56:32 +0000
committerBob Wilson <bob.wilson@apple.com>2012-10-24 22:56:32 +0000
commit36138e60686db4cc3267c537a9383e93d226c902 (patch)
tree37b8d7b83cc5fd8a97f042c2ab6c21cb8177b1af
parent4deb9a9b1151eaf7f108103b3936f1e17f5b48ad (diff)
downloadbcm5719-llvm-36138e60686db4cc3267c537a9383e93d226c902.tar.gz
bcm5719-llvm-36138e60686db4cc3267c537a9383e93d226c902.zip
Don't try to install c-index-test with BUILD_CLANG_ONLY. rdar://12492703
llvm-svn: 166637
-rw-r--r--llvm/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/Makefile b/llvm/Makefile
index e59441c4329..2b783803058 100644
--- a/llvm/Makefile
+++ b/llvm/Makefile
@@ -68,10 +68,13 @@ endif
ifeq ($(MAKECMDGOALS),install-clang)
DIRS := tools/clang/tools/driver tools/clang/lib/Headers \
- tools/clang/tools/libclang tools/clang/tools/c-index-test \
+ tools/clang/tools/libclang \
tools/clang/include/clang-c \
tools/clang/runtime tools/clang/docs \
tools/lto runtime
+ ifneq ($(BUILD_CLANG_ONLY),YES)
+ DIRS += tools/clang/tools/c-index-test
+ endif
OPTIONAL_DIRS :=
NO_INSTALL = 1
endif
OpenPOWER on IntegriCloud