From: Sascha Schumann Date: Fri, 18 Feb 2000 09:59:42 +0000 (+0000) Subject: File is found in $(srcdir) X-Git-Tag: php-4.0b4_rc1~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9935ddee9957aea72ca48e2f9be27631415def9b;p=php File is found in $(srcdir) --- 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