]> granicus.if.org Git - php/commitdiff
Remove tabs on blanklines in Makefile sources. This prevents a
authorChristopher Jones <sixd@php.net>
Tue, 30 Jul 2013 20:36:10 +0000 (13:36 -0700)
committerChristopher Jones <sixd@php.net>
Wed, 7 Aug 2013 20:14:00 +0000 (13:14 -0700)
'suspicious line' warning when editing & saving Makefile using Emacs.

Makefile.global
scripts/Makefile.frag

index fe31eed20e03b1a73034d9c94d2b2fb3d758aa2d..6b79ad7aa4cf1b33059d319b05c6a28c982be6d8 100644 (file)
@@ -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)
index 00272b02b1a8d30eb55d2b67631fdb2e77db8012..7cd78fabad0736d2491774e2c4f23723ad0fabdd 100644 (file)
@@ -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)