[llvm-commits] CVS: llvm/lib/Transforms/Makefile
Reid Spencer
reid at x10sys.com
Wed Oct 27 16:19:07 PDT 2004
Changes in directory llvm/lib/Transforms:
Makefile updated: 1.8 -> 1.9
---
Log message:
Change Library Names Not To Conflict With Others When Installed
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Transforms/Makefile
diff -u llvm/lib/Transforms/Makefile:1.8 llvm/lib/Transforms/Makefile:1.9
--- llvm/lib/Transforms/Makefile:1.8 Mon Oct 20 17:26:57 2003
+++ llvm/lib/Transforms/Makefile Wed Oct 27 18:18:45 2004
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
PARALLEL_DIRS = Utils Instrumentation Scalar IPO
-LIBRARYNAME = transforms
+LIBRARYNAME = LLVMTransforms
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list