From: Anton Korobeynikov Date: Sun, 17 Aug 2008 13:54:44 +0000 (+0000) Subject: Use correct name for PPC codegen library X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=676fa7df9c53f97fd1a9419780573dfb788049b4;p=oota-llvm.git Use correct name for PPC codegen library git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54888 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/Makefile b/lib/Target/PowerPC/Makefile index 2ec959c14b6..6be39b09e19 100644 --- a/lib/Target/PowerPC/Makefile +++ b/lib/Target/PowerPC/Makefile @@ -7,7 +7,7 @@ # ##===----------------------------------------------------------------------===## LEVEL = ../../.. -LIBRARYNAME = LLVMPowerPCCodegen +LIBRARYNAME = LLVMPowerPCCodeGen TARGET = PPC # Make sure that tblgen is run, first thing.