From: Edin Kadribasic Date: Sun, 13 Feb 2005 03:27:48 +0000 (+0000) Subject: Do not shout :) X-Git-Tag: RELEASE_0_2_3~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab9821d8c3268cc50f34a78609860a945bedf415;p=php Do not shout :) --- diff --git a/ext/pdo/Makefile.frag b/ext/pdo/Makefile.frag index 88c255bd03..8149a5df40 100644 --- a/ext/pdo/Makefile.frag +++ b/ext/pdo/Makefile.frag @@ -5,9 +5,9 @@ PDO_HEADER_FILES= \ php_pdo_driver.h install-pdo-headers: - echo "Installing PDO headers: $(INSTALL_ROOT)$(phpincludedir)/ext/pdo/" - $(mkinstalldirs) $(INSTALL_ROOT)$(phpincludedir)/ext/pdo - for f in $(PDO_HEADER_FILES); do \ + @echo "Installing PDO headers: $(INSTALL_ROOT)$(phpincludedir)/ext/pdo/" + @$(mkinstalldirs) $(INSTALL_ROOT)$(phpincludedir)/ext/pdo + @for f in $(PDO_HEADER_FILES); do \ if test -f "$(top_srcdir)/$$f"; then \ $(INSTALL_DATA) $(top_srcdir)/$$f $(INSTALL_ROOT)$(phpincludedir)/ext/pdo; \ elif test -f "$(top_builddir)/$$f"; then \