From: Reid Spencer Date: Mon, 29 Nov 2004 04:57:55 +0000 (+0000) Subject: Add "docs" as a descendable directory (at the end) X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=513b9213fd3e5575b2079145ec41fcc6e9c0a8d0;p=oota-llvm.git Add "docs" as a descendable directory (at the end) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18328 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile b/Makefile index d2a4fbf0224..9ed030e7fbd 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ LEVEL = . DIRS = lib/System lib/Support utils lib tools ifneq ($(MAKECMDGOALS),tools-only) -DIRS += runtime +DIRS += runtime docs OPTIONAL_DIRS = examples projects endif @@ -44,7 +44,7 @@ dist-hook:: $(TopDistDir)/include/llvm/Support/ThreadSupport.h check :: - cd test; $(MAKE) + $(MAKE) -C test tools-only: all