summaryrefslogtreecommitdiff
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
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.
-rw-r--r--Makefile.global2
-rw-r--r--scripts/Makefile.frag2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.global b/Makefile.global
index 5118de83fe..ff3bf2279a 100644
--- a/Makefile.global
+++ b/Makefile.global
@@ -10,7 +10,7 @@ all: $(all_targets)
@echo "Build complete."
@echo "Don't forget to run 'make test'."
@echo
-
+
build-modules: $(PHP_MODULES) $(PHP_ZEND_EX)
build-binaries: $(PHP_BINARIES)
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)