From: Reid Spencer Date: Thu, 28 Oct 2004 05:32:01 +0000 (+0000) Subject: Fix library name. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=06aada9ebd5bc946942dd9008680254e4f07b9b3;p=oota-llvm.git Fix library name. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17305 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Bytecode/Reader/Makefile b/lib/Bytecode/Reader/Makefile index 82e53d2d439..cdfa11b1f1f 100644 --- a/lib/Bytecode/Reader/Makefile +++ b/lib/Bytecode/Reader/Makefile @@ -7,7 +7,7 @@ # ##===----------------------------------------------------------------------===## LEVEL = ../../.. -LIBRARYNAME = bcreader +LIBRARYNAME = LLVMBCReader include $(LEVEL)/Makefile.common