1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Add "docs" as a descendable directory (at the end)

llvm-svn: 18328
This commit is contained in:
Reid Spencer 2004-11-29 04:57:55 +00:00
parent d1b9824b3d
commit 673bdf9679

View File

@ -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