summaryrefslogtreecommitdiff
path: root/scripts/Makefile.frag
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2013-07-30 13:36:10 -0700
committerChristopher Jones <sixd@php.net>2013-07-30 13:36:10 -0700
commit6af7526c77234c60c31839f21c60908a431c981e (patch)
tree6afa8951f67f4053bf63bc6bf40f9e0d1c2afc77 /scripts/Makefile.frag
parent0aa342e903bf012efe03db1e9f1fe4ed54225e76 (diff)
downloadphp-git-6af7526c77234c60c31839f21c60908a431c981e.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/Makefile.frag')
-rw-r--r--scripts/Makefile.frag2
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)