[llvm-commits] CVS: llvm/tools/opt/Makefile

Chris Lattner lattner at cs.uiuc.edu
Tue Feb 21 16:59:18 PST 2006



Changes in directory llvm/tools/opt:

Makefile updated: 1.53 -> 1.54
---
Log message:

reorder some libraries


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

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/tools/opt/Makefile
diff -u llvm/tools/opt/Makefile:1.53 llvm/tools/opt/Makefile:1.54
--- llvm/tools/opt/Makefile:1.53	Thu Oct 27 10:54:34 2005
+++ llvm/tools/opt/Makefile	Tue Feb 21 18:59:06 2006
@@ -11,7 +11,7 @@
 
 USEDLIBS = LLVMBCReader LLVMBCWriter LLVMInstrumentation.a \
 	   LLVMScalarOpts.a LLVMipo.a LLVMipa.a LLVMDataStructure LLVMTransforms.a \
-	   LLVMTarget.a LLVMAnalysis.a LLVMTransformUtils.a LLVMCore LLVMSupport.a \
+	   LLVMTarget.a LLVMTransformUtils.a LLVMAnalysis.a LLVMCore LLVMSupport.a \
 	   LLVMbzip2 LLVMSystem.a 
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list