As a part of the bootstrapping process, the top-level tools-only target
authorBrian Gaeke <gaeke@uiuc.edu>
Fri, 16 Apr 2004 15:57:02 +0000 (15:57 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Fri, 16 Apr 2004 15:57:02 +0000 (15:57 +0000)
should not build projects.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12984 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index 7146bfbef52ef6d0e99dcd254b1ffd90a8b7a539..57cbeb5fa9b35618fb0e4e1490b76d40a55b0e36 100644 (file)
--- 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