summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-04-08 01:57:10 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-04-08 01:57:10 +0000
commit8dfb3e536664bed175642bbd88c64936d6c9a723 (patch)
tree3248bde1acbb801bd1dc04d70d559ffcd325d713 /Makefile
parentf6bf87f2cc685d13d6a8fa37693425956b33a840 (diff)
downloadllvm-8dfb3e536664bed175642bbd88c64936d6c9a723.tar.gz
llvm-8dfb3e536664bed175642bbd88c64936d6c9a723.tar.bz2
llvm-8dfb3e536664bed175642bbd88c64936d6c9a723.tar.xz
Don't build projects/examples if libs-only was specified.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27518 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5a25a799b2..8136798a3a 100644
--- a/Makefile
+++ b/Makefile
@@ -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