mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Tiny whitespace fix in makefile (aligning with other "Installing" messages)
This commit is contained in:
parent
2fa3479df5
commit
baceff6ad4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue