[llvm-commits] CVS: llvm/tools/llc/Makefile 
    Andrew Lenharth 
    alenhar2 at cs.uiuc.edu
       
    Thu Jul 20 10:28:12 PDT 2006
    
    
  
Changes in directory llvm/tools/llc:
Makefile updated: 1.84 -> 1.85
---
Log message:
Fix linking on Alpha
---
Diffs of the changes:  (+1 -1)
 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.84 llvm/tools/llc/Makefile:1.85
--- llvm/tools/llc/Makefile:1.84	Thu Jul  6 19:46:18 2006
+++ llvm/tools/llc/Makefile	Thu Jul 20 12:27:58 2006
@@ -56,7 +56,7 @@
 
 USEDLIBS += \
 	LLVMSelectionDAG \
-	LLVMCodeGen \
+	LLVMCodeGen.a \
 	LLVMTarget.a \
 	LLVMipa.a \
 	LLVMTransforms.a \
    
    
More information about the llvm-commits
mailing list