[llvm-commits] CVS: llvm/utils/fpcmp/Makefile

Reid Spencer reid at x10sys.com
Mon Dec 13 09:02:18 PST 2004



Changes in directory llvm/utils/fpcmp:

Makefile updated: 1.2 -> 1.3
---
Log message:

For PR351: http://llvm.cs.uiuc.edu/PR351 : libLLVMSupport now depends on libLLVMSystem

---
Diffs of the changes:  (+1 -1)

Index: llvm/utils/fpcmp/Makefile
diff -u llvm/utils/fpcmp/Makefile:1.2 llvm/utils/fpcmp/Makefile:1.3
--- llvm/utils/fpcmp/Makefile:1.2	Wed Oct 27 18:18:45 2004
+++ llvm/utils/fpcmp/Makefile	Mon Dec 13 11:02:08 2004
@@ -9,7 +9,7 @@
 
 LEVEL = ../..
 TOOLNAME = fpcmp
-USEDLIBS = LLVMSupport.a
+USEDLIBS = LLVMSupport.a LLVMSystem.a
 
 include $(LEVEL)/Makefile.common
 






More information about the llvm-commits mailing list