Fix the Remakefile and testing script.
[tatoo.git] / Remakefile.in
index 8a20f92..2903e3e 100644 (file)
@@ -44,7 +44,7 @@ distclean: clean
        rm -rf config.status configure config.log autom4te.cache .remake Remakefile remake
 
 %.class: %.java
        rm -rf config.status configure config.log autom4te.cache .remake Remakefile remake
 
 %.class: %.java
-       javac $1
+       javac ${1%.class}.java
 
 %.native@EXE@:
        base=${1%.native}
 
 %.native@EXE@:
        base=${1%.native}