[llvm-commits] CVS: llvm/lib/Target/PowerPC/Makefile
Reid Spencer
reid at x10sys.com
Wed Oct 27 16:19:08 PDT 2004
Changes in directory llvm/lib/Target/PowerPC:
Makefile updated: 1.15 -> 1.16
---
Log message:
Change Library Names Not To Conflict With Others When Installed
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Target/PowerPC/Makefile
diff -u llvm/lib/Target/PowerPC/Makefile:1.15 llvm/lib/Target/PowerPC/Makefile:1.16
--- llvm/lib/Target/PowerPC/Makefile:1.15 Fri Oct 22 23:59:22 2004
+++ llvm/lib/Target/PowerPC/Makefile Wed Oct 27 18:18:45 2004
@@ -7,7 +7,7 @@
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
-LIBRARYNAME = powerpc
+LIBRARYNAME = LLVMPowerPC
TARGET = PowerPC
# Make sure that tblgen is run, first thing.
More information about the llvm-commits
mailing list