summaryrefslogtreecommitdiff
path: root/ext/java/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'ext/java/Makefile.in')
-rw-r--r--ext/java/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/java/Makefile.in b/ext/java/Makefile.in
index 44cce3b4da..5af7c776c7 100644
--- a/ext/java/Makefile.in
+++ b/ext/java/Makefile.in
@@ -18,7 +18,7 @@ include $(topsrcdir)/build/ltlib.mk
php_java.jar : reflect.java
@test -e net || mkdir net
@test -e net/php || mkdir net/php
- @cp reflect.java net/php
+ @cp $(srcdir)/reflect.java net/php
@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