aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-04-16 15:57:02 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-04-16 15:57:02 +0000
commitd994db00b2a5409ca1d9ad7e82c9f0d71d6db877 (patch)
treee611d2c4df2f385bba07c409d0d4d69396941fc5 /Makefile
parent98eb6264d45a8872431bab7d1dccde0b4b7ca931 (diff)
As a part of the bootstrapping process, the top-level tools-only target
should not build projects. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12984 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7146bfbef5..57cbeb5fa9 100644
--- a/Makefile
+++ b/Makefile
@@ -8,10 +8,10 @@
##===----------------------------------------------------------------------===##
LEVEL = .
DIRS = lib/Support utils lib tools
-OPTIONAL_DIRS = projects
ifneq ($(MAKECMDGOALS),tools-only)
DIRS += runtime
+OPTIONAL_DIRS = projects
endif
include $(LEVEL)/Makefile.common