[llvm-commits] CVS: llvm-java/tools/classdump/Makefile
Alkis Evlogimenos
alkis at cs.uiuc.edu
Thu Dec 2 13:51:24 PST 2004
Changes in directory llvm-java/tools/classdump:
Makefile updated: 1.7 -> 1.8
---
Log message:
Make classdump and class2llvm link again.
---
Diffs of the changes: (+1 -1)
Index: llvm-java/tools/classdump/Makefile
diff -u llvm-java/tools/classdump/Makefile:1.7 llvm-java/tools/classdump/Makefile:1.8
--- llvm-java/tools/classdump/Makefile:1.7 Thu Oct 28 01:31:04 2004
+++ llvm-java/tools/classdump/Makefile Thu Dec 2 15:51:12 2004
@@ -11,6 +11,6 @@
TOOLNAME := classdump
USEDLIBS := LLVMJavaClassfile
-LLVMLIBS := LLVMCore LLVMSystem.a LLVMSupport.a
+LLVMLIBS := LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list