summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2001-10-01 21:03:05 +0000
committerSascha Schumann <sas@php.net>2001-10-01 21:03:05 +0000
commit4eb761115583f3478bfc36d65558f775b364a854 (patch)
treea538651b7370d8144c738c56ec7c75d26e73e19d
parent758b775d34213fb1eaa52da5076426756a67df4a (diff)
downloadphp-git-4eb761115583f3478bfc36d65558f775b364a854.tar.gz
@$(mkinstalldirs) $(INSTALL_ROOT)$(bindir)
may fail.
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 471a102e8e..e76599ca82 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -32,7 +32,7 @@ include $(top_srcdir)/build/program.mk
install-sapi:
@$(LIBTOOL) --silent --mode=install cp libphp4.la $(phptempdir)/libphp4.la >/dev/null 2>&1
- @$(mkinstalldirs) $(INSTALL_ROOT)$(bindir)
+ -@$(mkinstalldirs) $(INSTALL_ROOT)$(bindir)
-@if test ! -r $(phptempdir)/libphp4.$(SHLIB_SUFFIX_NAME); then \
for i in 0.0.0 0.0 0; do \
if test -r $(phptempdir)/libphp4.$(SHLIB_SUFFIX_NAME).$$i; then \