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

Alkis Evlogimenos alkis at cs.uiuc.edu
Wed Oct 27 23:31:14 PDT 2004



Changes in directory llvm-java/tools/classdump:

Makefile updated: 1.6 -> 1.7
---
Log message:

Conform to the new library naming scheme.


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

Index: llvm-java/tools/classdump/Makefile
diff -u llvm-java/tools/classdump/Makefile:1.6 llvm-java/tools/classdump/Makefile:1.7
--- llvm-java/tools/classdump/Makefile:1.6	Thu Oct 28 01:24:47 2004
+++ llvm-java/tools/classdump/Makefile	Thu Oct 28 01:31:04 2004
@@ -10,7 +10,7 @@
 
 TOOLNAME := classdump
 
-USEDLIBS := classfile
+USEDLIBS := LLVMJavaClassfile
 LLVMLIBS := LLVMCore LLVMSystem.a LLVMSupport.a
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list