diff options
author | Christopher Jones <sixd@php.net> | 2013-07-30 13:36:10 -0700 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2013-08-07 13:14:00 -0700 |
commit | 4ed133c4e216b62778fc9c2c53b27be5f454850f (patch) | |
tree | 571db3ca9dd5e1e9b9cc12564c9add7cf6ec9fbe /scripts | |
parent | 2743c3aac81ac8095962f87442b0a2b59cc54445 (diff) | |
download | php-git-4ed133c4e216b62778fc9c2c53b27be5f454850f.tar.gz |
Remove tabs on blanklines in Makefile sources. This prevents a
'suspicious line' warning when editing & saving Makefile using Emacs.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.frag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.frag b/scripts/Makefile.frag index 00272b02b1..7cd78fabad 100644 --- a/scripts/Makefile.frag +++ b/scripts/Makefile.frag @@ -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) |