summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2b78380305..1e5dae470d 100644
--- 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