summaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-07-02 02:48:16 +0000
committerfoobar <sniper@php.net>2003-07-02 02:48:16 +0000
commit9eeb62c4a31b79ab6818bd059d4ee48d9aee672c (patch)
tree59fbf412d1512a1a8ca3439408d341fe0d755489 /Makefile.global
parent116f2fa00ac14d2f94d18d43fb01f2d3548ad50c (diff)
downloadphp-git-9eeb62c4a31b79ab6818bd059d4ee48d9aee672c.tar.gz
MFH: Be more verbose about what is installed (and in CGI case, WHERE)
Diffstat (limited to 'Makefile.global')
-rw-r--r--Makefile.global2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.global b/Makefile.global
index 66ffdd4eff..52b177b9dd 100644
--- a/Makefile.global
+++ b/Makefile.global
@@ -24,7 +24,7 @@ libs/libphp4.bundle: $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS)
install: $(all_targets) $(install_targets)
install-sapi: $(OVERALL_TARGET)
- @echo "Installing PHP SAPI module"
+ @echo "Installing PHP SAPI module: $(PHP_SAPI)"
-@$(mkinstalldirs) $(INSTALL_ROOT)$(bindir)
-@if test ! -r $(phptempdir)/libphp4.$(SHLIB_SUFFIX_NAME); then \
for i in 0.0.0 0.0 0; do \