mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Remove tabs on blanklines in Makefile sources. This prevents a
'suspicious line' warning when editing & saving Makefile using Emacs.
This commit is contained in:
parent
0aa342e903
commit
6af7526c77
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ install-programs: $(builddir)/phpize $(builddir)/php-config
|
|||
echo " page: $(program_prefix)$${page}$(program_suffix).1"; \
|
||||
$(INSTALL_DATA) $(builddir)/man1/$${page}.1 $(INSTALL_ROOT)$(mandir)/man1/$(program_prefix)$${page}$(program_suffix).1; \
|
||||
done
|
||||
|
||||
|
||||
$(builddir)/phpize: $(srcdir)/phpize.in $(top_builddir)/config.status
|
||||
(CONFIG_FILES=$@ CONFIG_HEADERS= $(top_builddir)/config.status)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue