summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2013-12-09 19:58:19 +0100
committerBob Weinand <bobwei9@hotmail.com>2013-12-09 19:58:19 +0100
commitbaceff6ad4bad3f13426be01db2971294dfe703f (patch)
tree7a918444edc9f041cea0bcabf7af6d2175a352c1
parent2fa3479df5d63236e79abb55ca932c435dfa5291 (diff)
downloadphp-git-baceff6ad4bad3f13426be01db2971294dfe703f.tar.gz
Tiny whitespace fix in makefile (aligning with other "Installing" messages)
-rw-r--r--Makefile.frag2
1 files changed, 1 insertions, 1 deletions
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