Skip to content

Commit

Permalink
Remove tabs on blanklines in Makefile sources. This prevents a
Browse files Browse the repository at this point in the history
'suspicious line' warning when editing & saving Makefile using Emacs.
  • Loading branch information
cjbj committed Jul 30, 2013
1 parent 0aa342e commit 6af7526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.global
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion scripts/Makefile.frag
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 6af7526

Please sign in to comment.