From: Harald Lapp Date: Thu, 21 Nov 2013 21:15:47 +0000 (+0100) Subject: Fixed typo in Makefile.frag X-Git-Tag: php-5.6.0alpha1~110^2~143^2~7^2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bea935f56e2464ecc1f07cf8df9a0dddf3bf5866;p=php Fixed typo in Makefile.frag --- diff --git a/Makefile.frag b/Makefile.frag index 5482a9e7fb..8789bc782c 100644 --- a/Makefile.frag +++ b/Makefile.frag @@ -8,7 +8,7 @@ install-phpdbg: $(BUILD_BINARY) @$(mkinstalldirs) $(INSTALL_ROOT)$(bindir) @$(mkinstalldirs) $(INSTALL_ROOT)$(localstatedir)/log @$(mkinstalldirs) $(INSTALL_ROOT)$(localstatedir)/run - @$(INSTALL) -m 0755 $(BUILD_BINARY) $(INSTALL_ROOT)$(sbindir)/$(program_prefix)phpdbg$(program_suffix)$(EXEEXT) + @$(INSTALL) -m 0755 $(BUILD_BINARY) $(INSTALL_ROOT)$(bindir)/$(program_prefix)phpdbg$(program_suffix)$(EXEEXT) clean-phpdbg: @echo "Cleaning phpdbg object files ..."