diff options
-rw-r--r-- | ext/java/Makefile.in | 2 | ||||
-rw-r--r-- | ext/rpc/Makefile.in | 2 | ||||
-rw-r--r-- | ext/rpc/java/Makefile.in | 2 |
3 files changed, 3 insertions, 3 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 diff --git a/ext/rpc/Makefile.in b/ext/rpc/Makefile.in index 44cce3b4da..5af7c776c7 100644 --- a/ext/rpc/Makefile.in +++ b/ext/rpc/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 diff --git a/ext/rpc/java/Makefile.in b/ext/rpc/java/Makefile.in index 44cce3b4da..5af7c776c7 100644 --- a/ext/rpc/java/Makefile.in +++ b/ext/rpc/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 |