diff options
author | Chris Lattner <sabre@nondot.org> | 2007-05-06 19:50:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-05-06 19:50:06 +0000 |
commit | 6593380c0ed340b16c32a6580d16cc458b44f321 (patch) | |
tree | b41eb7f346fd40b84117dd199e920690a68d6ddc /lib/Makefile | |
parent | d61070e3ce327844410af87ddd8cd566318051d1 (diff) |
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/Makefile | 2 |
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 |