From: Reid Spencer Date: Sat, 8 Apr 2006 01:57:10 +0000 (+0000) Subject: Don't build projects/examples if libs-only was specified. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=8dfb3e536664bed175642bbd88c64936d6c9a723;p=oota-llvm.git 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 --- diff --git a/Makefile b/Makefile index 5a25a799b2f..8136798a3a8 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