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:
5ab12b5
)
Don't build dead directories
author
Chris Lattner
<sabre@nondot.org>
Mon, 1 Sep 2003 20:34:15 +0000
(20:34 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 1 Sep 2003 20:34:15 +0000
(20:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8308
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/Makefile
patch
|
blob
|
history
diff --git
a/lib/CodeGen/Makefile
b/lib/CodeGen/Makefile
index f0a0431f994cd05ea67d6bd0959e258364158848..224ac0c4c83de4a577431c08e6bc876cbb04b99e 100644
(file)
--- a/
lib/CodeGen/Makefile
+++ b/
lib/CodeGen/Makefile
@@
-1,5
+1,5
@@
LEVEL = ../..
-PARALLEL_DIRS =
PreOpts InstrSelection InstrSched RegAlloc PostOpts
SelectionDAG
+PARALLEL_DIRS =
InstrSelection InstrSched RegAlloc
SelectionDAG
LIBRARYNAME = codegen
include $(LEVEL)/Makefile.common