There is no reason not to build these in parallel
authorChris Lattner <sabre@nondot.org>
Fri, 15 Oct 2004 23:22:15 +0000 (23:22 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 15 Oct 2004 23:22:15 +0000 (23:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17023 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Bytecode/Makefile

index 92494b2c35071dcd0430121fd5cf50795635fc94..60952ed252b65f8eb28745aec52cecf2223fde54 100644 (file)
@@ -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