Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > by-pkgid > 9519fbf07bced39d17de93153d03e447 > files > 1

libmatthew-java-0.7.1-0.0.1mdv2009.0.src.rpm

--- libmatthew-java-0.7/Makefile.old	2008-04-27 11:54:20.000000000 +0300
+++ libmatthew-java-0.7/Makefile	2008-04-27 11:54:20.000000000 +0300
@@ -57,11 +57,7 @@
 io-$(IOVER).jar: .classes
 	(cd classes; $(JAR) cf ../$@ cx/ath/matthew/io/*class)
 unix-$(UNIXVER).jar: .classes
-ifeq ($(DEBUG),enable)
-	echo "Class-Path: $(JARDIR)/debug-$(DEBUG).jar" > Manifest
-else
-	echo "Class-Path: " > Manifest
-endif
+
 	(cd classes; $(JAR) cfm ../$@ ../Manifest cx/ath/matthew/unix/*class)
 
 hexdump-$(HEXVER).jar: .classes