summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/Makefile b/llvm/Makefile
index fec284d0727..818128e8d73 100644
--- a/llvm/Makefile
+++ b/llvm/Makefile
@@ -13,7 +13,7 @@ ifeq ($(MAKECMDGOALS),tools-only)
DIRS += tools
else
ifneq ($(MAKECMDGOALS),libs-only)
- DIRS += runtime docs
+ DIRS += tools runtime docs
OPTIONAL_DIRS = examples projects
endif
endif
OpenPOWER on IntegriCloud