diff options
Diffstat (limited to 'ext/java')
-rw-r--r-- | ext/java/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/java/Makefile.in b/ext/java/Makefile.in index e8f0dc4466..44cce3b4da 100644 --- a/ext/java/Makefile.in +++ b/ext/java/Makefile.in @@ -19,7 +19,7 @@ php_java.jar : reflect.java @test -e net || mkdir net @test -e net/php || mkdir net/php @cp reflect.java net/php - @echo library=php4>net/php/reflect.properties + @echo library=php_java>net/php/reflect.properties javac net/php/reflect.java @test ! -f reflect.class || mv reflect.class net/php # bug in KJC javac $(JAVA_JAR) php_java.jar net/php/*.class net/php/*.properties |