diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2013-12-09 19:58:19 +0100 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2013-12-09 19:58:19 +0100 |
commit | baceff6ad4bad3f13426be01db2971294dfe703f (patch) | |
tree | 7a918444edc9f041cea0bcabf7af6d2175a352c1 | |
parent | 2fa3479df5d63236e79abb55ca932c435dfa5291 (diff) | |
download | php-git-baceff6ad4bad3f13426be01db2971294dfe703f.tar.gz |
Tiny whitespace fix in makefile (aligning with other "Installing" messages)
-rw-r--r-- | Makefile.frag | 2 |
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 |