Skip to content

Commit 6af7526

Browse files
committed
Remove tabs on blanklines in Makefile sources. This prevents a
'suspicious line' warning when editing & saving Makefile using Emacs.
1 parent 0aa342e commit 6af7526

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.global

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ all: $(all_targets)
1010
@echo "Build complete."
1111
@echo "Don't forget to run 'make test'."
1212
@echo
13-
13+
1414
build-modules: $(PHP_MODULES) $(PHP_ZEND_EX)
1515

1616
build-binaries: $(PHP_BINARIES)

scripts/Makefile.frag

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ install-programs: $(builddir)/phpize $(builddir)/php-config
4444
echo " page: $(program_prefix)$${page}$(program_suffix).1"; \
4545
$(INSTALL_DATA) $(builddir)/man1/$${page}.1 $(INSTALL_ROOT)$(mandir)/man1/$(program_prefix)$${page}$(program_suffix).1; \
4646
done
47-
47+
4848
$(builddir)/phpize: $(srcdir)/phpize.in $(top_builddir)/config.status
4949
(CONFIG_FILES=$@ CONFIG_HEADERS= $(top_builddir)/config.status)
5050

0 commit comments

Comments
 (0)