[llvm-commits] CVS: llvm/Makefile.rules
Owen Anderson
resistor at mac.com
Wed May 10 20:10:27 PDT 2006
Changes in directory llvm:
Makefile.rules updated: 1.365 -> 1.366
---
Log message:
Fix some problems linking stuff in libTarget.
---
Diffs of the changes: (+1 -1)
Makefile.rules | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.365 llvm/Makefile.rules:1.366
--- llvm/Makefile.rules:1.365 Thu Apr 20 13:42:24 2006
+++ llvm/Makefile.rules Wed May 10 22:10:15 2006
@@ -629,7 +629,7 @@
endif
LLVMLIBS := $(JIT_LIBS) LLVMScalarOpts.a LLVMTransformUtils.a LLVMAnalysis.a \
- LLVMBCReader LLVMCore LLVMSupport.a LLVMTarget.a LLVMbzip2 \
+ LLVMBCReader LLVMTarget.a LLVMCore LLVMSupport.a LLVMbzip2 \
LLVMSystem.a $(PLATFORMLIBDL)
endif
More information about the llvm-commits
mailing list