aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index fb23e66807..23197a15b4 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -18,7 +18,7 @@ DIRS := driver libclang c-index-test arcmt-test c-arcmt-test diagtool \
OPTIONAL_DIRS := extra
ifeq ($(BUILD_CLANG_ONLY),YES)
- DIRS := driver libclang
+ DIRS := driver libclang c-index-test
OPTIONAL_DIRS :=
endif