NVPTXISelLowering.cpp: Fix warnings. [-Wunused-variable]
[oota-llvm.git] / Makefile
index 2b7838030589e66741fdef5c13fb2a00dc83bfcc..1e5dae470d262a0376990d47f9fc4edceb1b58c6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -69,12 +69,10 @@ 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/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