summaryrefslogtreecommitdiff
path: root/ext/java
diff options
context:
space:
mode:
Diffstat (limited to 'ext/java')
-rw-r--r--ext/java/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/java/Makefile.in b/ext/java/Makefile.in
index 7d8960a34f..2a980157d2 100644
--- a/ext/java/Makefile.in
+++ b/ext/java/Makefile.in
@@ -14,8 +14,7 @@ make_shared = yes
include $(top_srcdir)/build/dynlib.mk
php_java.jar : reflect.java
- @test -d net || mkdir net
- @test -d net/php || mkdir net/php
+ $(mkinstalldirs) net/php
@cp $(srcdir)/reflect.java net/php
@echo library=php_java>net/php/reflect.properties
javac net/php/reflect.java