From 673bdf96798097827f518253a52c78f60f16c2d5 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 29 Nov 2004 04:57:55 +0000 Subject: [PATCH] Add "docs" as a descendable directory (at the end) llvm-svn: 18328 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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