summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-29 04:57:55 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-29 04:57:55 +0000
commit513b9213fd3e5575b2079145ec41fcc6e9c0a8d0 (patch)
tree729cdcfeab4d6cfbd2b67051ca06de63a87a7d71 /Makefile
parent1f31942b12e948a42122febfb5d1fbca01bc9dd8 (diff)
downloadllvm-513b9213fd3e5575b2079145ec41fcc6e9c0a8d0.tar.gz
llvm-513b9213fd3e5575b2079145ec41fcc6e9c0a8d0.tar.bz2
llvm-513b9213fd3e5575b2079145ec41fcc6e9c0a8d0.tar.xz
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d2a4fbf022..9ed030e7fb 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