summaryrefslogtreecommitdiff
path: root/ext/pdo/Makefile.frag
diff options
context:
space:
mode:
authorEdin Kadribasic <edink@php.net>2005-02-13 03:27:48 +0000
committerEdin Kadribasic <edink@php.net>2005-02-13 03:27:48 +0000
commitab9821d8c3268cc50f34a78609860a945bedf415 (patch)
treefa9be75e97673be15ac710d3b9586407303f2ee3 /ext/pdo/Makefile.frag
parent1051e7076f15359c7affcafec860ab99e755c1a3 (diff)
downloadphp-git-ab9821d8c3268cc50f34a78609860a945bedf415.tar.gz
Do not shout :)
Diffstat (limited to 'ext/pdo/Makefile.frag')
-rw-r--r--ext/pdo/Makefile.frag6
1 files 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 \