From 4ed133c4e216b62778fc9c2c53b27be5f454850f Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Tue, 30 Jul 2013 13:36:10 -0700 Subject: Remove tabs on blanklines in Makefile sources. This prevents a 'suspicious line' warning when editing & saving Makefile using Emacs. --- Makefile.global | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.global') diff --git a/Makefile.global b/Makefile.global index fe31eed20e..6b79ad7aa4 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) -- cgit v1.2.1