Commit:    baceff6ad4bad3f13426be01db2971294dfe703f
Author:    Bob Weinand <bobw...@hotmail.com>         Mon, 9 Dec 2013 19:58:19 
+0100
Parents:   2fa3479df5d63236e79abb55ca932c435dfa5291
Branches:  PHP-5.6

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=baceff6ad4bad3f13426be01db2971294dfe703f

Log:
Tiny whitespace fix in makefile (aligning with other "Installing" messages)

Changed paths:
  M  Makefile.frag


Diff:
diff --git a/Makefile.frag b/Makefile.frag
index 8a9528b..5be6d5b 100644
--- a/Makefile.frag
+++ b/Makefile.frag
@@ -9,7 +9,7 @@ $(BUILD_BINARY): $(PHP_GLOBAL_OBJS) $(PHP_BINARY_OBJS) 
$(PHP_PHPDBG_OBJS)
        $(BUILD_PHPDBG)
 
 install-phpdbg: $(BUILD_BINARY)
-       @echo "Installing phpdbg binary:        $(INSTALL_ROOT)$(bindir)/"
+       @echo "Installing phpdbg binary:         $(INSTALL_ROOT)$(bindir)/"
        @$(mkinstalldirs) $(INSTALL_ROOT)$(bindir)
        @$(mkinstalldirs) $(INSTALL_ROOT)$(localstatedir)/log
        @$(mkinstalldirs) $(INSTALL_ROOT)$(localstatedir)/run


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to