From baceff6ad4bad3f13426be01db2971294dfe703f Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Mon, 9 Dec 2013 19:58:19 +0100 Subject: [PATCH] Tiny whitespace fix in makefile (aligning with other "Installing" messages) --- Makefile.frag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1