[llvm-commits] CVS: llvm/lib/System/Makefile
Reid Spencer
reid at x10sys.com
Wed Oct 27 16:19:06 PDT 2004
Changes in directory llvm/lib/System:
Makefile updated: 1.5 -> 1.6
---
Log message:
Change Library Names Not To Conflict With Others When Installed
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/System/Makefile
diff -u llvm/lib/System/Makefile:1.5 llvm/lib/System/Makefile:1.6
--- llvm/lib/System/Makefile:1.5 Mon Oct 25 22:12:11 2004
+++ llvm/lib/System/Makefile Wed Oct 27 18:18:44 2004
@@ -7,7 +7,7 @@
#
##===----------------------------------------------------------------------===##
LEVEL = ../..
-LIBRARYNAME = LLVMsystem
+LIBRARYNAME = LLVMSystem
BUILD_ARCHIVE = 1
EXTRA_DIST = AIX Cygwin Darwin FreeBSD Interix Linux SunOS Unix Win32
More information about the llvm-commits
mailing list