[llvm-commits] CVS: llvm-java/tools/classdump/Makefile
Alkis Evlogimenos
alkis at cs.uiuc.edu
Wed Oct 27 23:24:57 PDT 2004
Changes in directory llvm-java/tools/classdump:
Makefile updated: 1.5 -> 1.6
---
Log message:
Don't link in all of LLVMSupport and LLVMSystem.
---
Diffs of the changes: (+1 -1)
Index: llvm-java/tools/classdump/Makefile
diff -u llvm-java/tools/classdump/Makefile:1.5 llvm-java/tools/classdump/Makefile:1.6
--- llvm-java/tools/classdump/Makefile:1.5 Thu Oct 28 00:57:38 2004
+++ llvm-java/tools/classdump/Makefile Thu Oct 28 01:24:47 2004
@@ -11,6 +11,6 @@
TOOLNAME := classdump
USEDLIBS := classfile
-LLVMLIBS := LLVMSupport LLVMCore LLVMSystem
+LLVMLIBS := LLVMCore LLVMSystem.a LLVMSupport.a
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list