forked from OSchip/llvm-project
Don't build projects/examples if libs-only was specified.
llvm-svn: 27518
This commit is contained in:
parent
78e3d565af
commit
4b22fdc928
|
@ -22,8 +22,8 @@ else
|
|||
$(warning Skipping runtime libraries, llvm-gcc 4 detected.)
|
||||
endif
|
||||
DIRS += docs
|
||||
OPTIONAL_DIRS = examples projects
|
||||
endif
|
||||
OPTIONAL_DIRS = examples projects
|
||||
endif
|
||||
EXTRA_DIST := test llvm.spec include
|
||||
|
||||
|
|
Loading…
Reference in New Issue