From ab9821d8c3268cc50f34a78609860a945bedf415 Mon Sep 17 00:00:00 2001 From: Edin Kadribasic Date: Sun, 13 Feb 2005 03:27:48 +0000 Subject: [PATCH] Do not shout :) --- ext/pdo/Makefile.frag | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 \ -- 2.50.1