diff options
author | Sascha Schumann <sas@php.net> | 2000-02-18 09:59:42 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-02-18 09:59:42 +0000 |
commit | 9935ddee9957aea72ca48e2f9be27631415def9b (patch) | |
tree | bdbf97ea64a2d07384cd72afa1f242b33ae94495 /ext/java | |
parent | ee26ec5e9cff3e12c4ba2c203948ac5384b83f98 (diff) | |
download | php-git-9935ddee9957aea72ca48e2f9be27631415def9b.tar.gz |
File is found in $(srcdir)
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 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 |