[llvm-commits] CVS: llvm/lib/Target/Makefile
Reid Spencer
reid at x10sys.com
Wed Oct 27 16:19:07 PDT 2004
Changes in directory llvm/lib/Target:
Makefile updated: 1.18 -> 1.19
---
Log message:
Change Library Names Not To Conflict With Others When Installed
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Target/Makefile
diff -u llvm/lib/Target/Makefile:1.18 llvm/lib/Target/Makefile:1.19
--- llvm/lib/Target/Makefile:1.18 Sat Oct 16 13:21:50 2004
+++ llvm/lib/Target/Makefile Wed Oct 27 18:18:45 2004
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
PARALLEL_DIRS = CBackend X86 SparcV9 PowerPC Skeleton
-LIBRARYNAME = target
+LIBRARYNAME = LLVMTarget
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list