From: Bob Weinand Date: Mon, 9 Dec 2013 18:58:19 +0000 (+0100) Subject: Tiny whitespace fix in makefile (aligning with other "Installing" messages) X-Git-Tag: php-5.6.0alpha1~110^2~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=baceff6ad4bad3f13426be01db2971294dfe703f;p=php Tiny whitespace fix in makefile (aligning with other "Installing" messages) --- diff --git a/Makefile.frag b/Makefile.frag index 8a9528b7b3..5be6d5b00f 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