From: Chris Lattner Date: Tue, 1 Oct 2002 22:36:35 +0000 (+0000) Subject: Build subdirs in parallel X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=249be915df110099df2ea99657c7ccbf4e9c564c;p=oota-llvm.git Build subdirs in parallel git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4000 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Instrumentation/Makefile b/lib/Transforms/Instrumentation/Makefile index ca48b0b2542..a234923b4c1 100644 --- a/lib/Transforms/Instrumentation/Makefile +++ b/lib/Transforms/Instrumentation/Makefile @@ -1,6 +1,6 @@ LEVEL = ../../.. LIBRARYNAME = instrument -DIRS = ProfilePaths +PARALLEL_DIRS = ProfilePaths BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common