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:
74d1e73
)
Removed Support directory. It now lives in llvm/support/lib.
author
John Criswell
<criswell@uiuc.edu>
Mon, 29 Sep 2003 16:10:43 +0000
(16:10 +0000)
committer
John Criswell
<criswell@uiuc.edu>
Mon, 29 Sep 2003 16:10:43 +0000
(16:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8739
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Makefile
patch
|
blob
|
history
diff --git
a/lib/Makefile
b/lib/Makefile
index ac80c155cd3a9c9a386b1c82e2d365689b1355dc..1d9f30919aeca6f1870cd17490afb6c4476100a8 100644
(file)
--- a/
lib/Makefile
+++ b/
lib/Makefile
@@
-1,6
+1,6
@@
LEVEL = ..
-PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode
Support
CodeGen Target CWriter ExecutionEngine
+PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target CWriter ExecutionEngine
include $(LEVEL)/Makefile.common