From: Chris Lattner Date: Sun, 6 May 2007 19:50:06 +0000 (+0000) Subject: build lib/Archive instead of lib/Bytecode X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6593380c0ed340b16c32a6580d16cc458b44f321;p=oota-llvm.git build lib/Archive instead of lib/Bytecode git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36887 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Makefile b/lib/Makefile index 26f98caf3bd..e5bd8669894 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