From: Chris Lattner Date: Fri, 15 Oct 2004 23:22:15 +0000 (+0000) Subject: There is no reason not to build these in parallel X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f91d68be8daefcd3080ce48dbfc0eb782bd7ed29;p=oota-llvm.git There is no reason not to build these in parallel git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17023 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Bytecode/Makefile b/lib/Bytecode/Makefile index 92494b2c350..60952ed252b 100644 --- a/lib/Bytecode/Makefile +++ b/lib/Bytecode/Makefile @@ -6,8 +6,9 @@ # the University of Illinois Open Source License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## + LEVEL = ../.. -DIRS = Reader Writer +PARALLEL_DIRS = Reader Writer include $(LEVEL)/Makefile.common