aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6eec517bd1..2ffe3597a9 100644
--- a/Makefile
+++ b/Makefile
@@ -28,8 +28,8 @@ ifeq ($(MAKECMDGOALS),libs-only)
OPTIONAL_DIRS :=
endif
ifeq ($(BUILD_CLANG_ONLY),YES)
- DIRS := $(filter-out tools docs unittests, $(DIRS))
- tools/driver tools/libclang
+ DIRS := $(filter-out tools docs unittests, $(DIRS)) \
+ tools/driver tools/libclang
OPTIONAL_DIRS :=
endif