summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-05-06 19:50:06 +0000
committerChris Lattner <sabre@nondot.org>2007-05-06 19:50:06 +0000
commit6593380c0ed340b16c32a6580d16cc458b44f321 (patch)
treeb41eb7f346fd40b84117dd199e920690a68d6ddc /lib/Makefile
parentd61070e3ce327844410af87ddd8cd566318051d1 (diff)
downloadllvm-6593380c0ed340b16c32a6580d16cc458b44f321.tar.gz
llvm-6593380c0ed340b16c32a6580d16cc458b44f321.tar.bz2
llvm-6593380c0ed340b16c32a6580d16cc458b44f321.tar.xz
build lib/Archive instead of lib/Bytecode
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36887 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 26f98caf3b..e5bd866989 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ..
-PARALLEL_DIRS = VMCore AsmParser Bytecode Bitcode Analysis Transforms CodeGen \
+PARALLEL_DIRS = VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \
Target ExecutionEngine Debugger Linker
include $(LEVEL)/Makefile.common