projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
961ca77
)
There is no reason not to build these in parallel
author
Chris Lattner
<sabre@nondot.org>
Fri, 15 Oct 2004 23:22:15 +0000
(23:22 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/lib/Bytecode/Makefile
b/lib/Bytecode/Makefile
index 92494b2c35071dcd0430121fd5cf50795635fc94..60952ed252b65f8eb28745aec52cecf2223fde54 100644
(file)
--- 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