Changes in directory llvm-java/tools/classdump:

Makefile updated: 1.8 -> 1.9
---
Log message:

Unbreak the build after build system changes

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

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-java/tools/classdump/Makefile
diff -u llvm-java/tools/classdump/Makefile:1.8 
llvm-java/tools/classdump/Makefile:1.9
--- llvm-java/tools/classdump/Makefile:1.8      Thu Dec  2 15:51:12 2004
+++ llvm-java/tools/classdump/Makefile  Thu Oct 27 08:23:30 2005
@@ -10,7 +10,7 @@
 
 TOOLNAME := classdump
 
-USEDLIBS := LLVMJavaClassfile
+USEDLIBS := LLVMJavaClassfile.a
 LLVMLIBS := LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
 
 include $(LEVEL)/Makefile.common



_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to