summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2016-02-08 20:27:19 +0200
committerLior Kaplan <kaplanlior@gmail.com>2016-02-08 20:27:19 +0200
commit6772fbff621e7f39cea9ad7e90ec9380abe100a6 (patch)
treef92e81c2d33ff23ee4579ef8adced8b4acad41e7 /ext
parent879671aeaee4589782c58d0a8f8d65ac550257f5 (diff)
downloadphp-git-6772fbff621e7f39cea9ad7e90ec9380abe100a6.tar.gz
Align spacing in make install messages
Diffstat (limited to 'ext')
-rw-r--r--ext/pdo/Makefile.frag2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo/Makefile.frag b/ext/pdo/Makefile.frag
index dc25c9f70b..58125ed872 100644
--- a/ext/pdo/Makefile.frag
+++ b/ext/pdo/Makefile.frag
@@ -10,7 +10,7 @@ $(srcdir)/pdo_sql_parser.c: $(srcdir)/pdo_sql_parser.re
(cd $(top_srcdir); $(RE2C) --no-generation-date -o ext/pdo/pdo_sql_parser.c ext/pdo/pdo_sql_parser.re)
install-pdo-headers:
- @echo "Installing PDO headers: $(INSTALL_ROOT)$(phpincludedir)/ext/pdo/"
+ @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 \