[llvm-commits] CVS: llvm-java/tools/class2llvm/Makefile

Alkis Evlogimenos alkis at cs.uiuc.edu
Wed Oct 27 23:24:57 PDT 2004



Changes in directory llvm-java/tools/class2llvm:

Makefile updated: 1.4 -> 1.5
---
Log message:

Don't link in all of LLVMSupport and LLVMSystem.


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

Index: llvm-java/tools/class2llvm/Makefile
diff -u llvm-java/tools/class2llvm/Makefile:1.4 llvm-java/tools/class2llvm/Makefile:1.5
--- llvm-java/tools/class2llvm/Makefile:1.4	Thu Oct 28 00:57:38 2004
+++ llvm-java/tools/class2llvm/Makefile	Thu Oct 28 01:24:47 2004
@@ -11,6 +11,6 @@
 TOOLNAME := class2llvm
 
 USEDLIBS := classfile compiler
-LLVMLIBS := LLVMSupport LLVMCore LLVMBCWriter LLVMSystem
+LLVMLIBS := LLVMBCWriter LLVMCore LLVMSupport.a LLVMSystem.a
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list