summaryrefslogtreecommitdiff
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 b2a9f36f8e..fb23e66807 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 := tools/driver tools/libclang
+ DIRS := driver libclang
OPTIONAL_DIRS :=
endif