[llvm-commits] CVS: llvm/utils/fpcmp/Makefile
Reid Spencer
reid at x10sys.com
Wed Oct 27 16:19:08 PDT 2004
Changes in directory llvm/utils/fpcmp:
Makefile updated: 1.1 -> 1.2
---
Log message:
Change Library Names Not To Conflict With Others When Installed
---
Diffs of the changes: (+1 -1)
Index: llvm/utils/fpcmp/Makefile
diff -u llvm/utils/fpcmp/Makefile:1.1 llvm/utils/fpcmp/Makefile:1.2
--- llvm/utils/fpcmp/Makefile:1.1 Tue Apr 13 15:55:49 2004
+++ llvm/utils/fpcmp/Makefile Wed Oct 27 18:18:45 2004
@@ -9,7 +9,7 @@
LEVEL = ../..
TOOLNAME = fpcmp
-USEDLIBS = support.a
+USEDLIBS = LLVMSupport.a
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list