From: Reid Spencer Date: Thu, 28 Oct 2004 05:30:54 +0000 (+0000) Subject: Fix name of library X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e55bd78e80c120ff30ae96e61440aa1e6349ca5c;p=oota-llvm.git Fix name of library git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17304 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Bytecode/Writer/Makefile b/lib/Bytecode/Writer/Makefile index 44bfb4632b4..e1bf0da87db 100644 --- a/lib/Bytecode/Writer/Makefile +++ b/lib/Bytecode/Writer/Makefile @@ -7,6 +7,6 @@ # ##===----------------------------------------------------------------------===## LEVEL = ../../.. -LIBRARYNAME = bcwriter +LIBRARYNAME = LLVMBCWriter include $(LEVEL)/Makefile.common