commit | 19fed1eb3d95d38f77dc622f71146ee9fa53baab | [log] [tgz] |
---|---|---|
author | Anton Korobeynikov <asl@math.spbu.ru> | Sun Aug 17 13:54:44 2008 +0000 |
committer | Anton Korobeynikov <asl@math.spbu.ru> | Sun Aug 17 13:54:44 2008 +0000 |
tree | b6672dd78267db600f28f5021bb3f449a425ff07 | |
parent | 28dc9d0ad98fbeeac19bba1aca6a2267036454d8 [diff] [blame] |
Use correct name for PPC codegen library llvm-svn: 54888
diff --git a/llvm/lib/Target/PowerPC/Makefile b/llvm/lib/Target/PowerPC/Makefile index 2ec959c..6be39b0 100644 --- a/llvm/lib/Target/PowerPC/Makefile +++ b/llvm/lib/Target/PowerPC/Makefile
@@ -7,7 +7,7 @@ # ##===----------------------------------------------------------------------===## LEVEL = ../../.. -LIBRARYNAME = LLVMPowerPCCodegen +LIBRARYNAME = LLVMPowerPCCodeGen TARGET = PPC # Make sure that tblgen is run, first thing.