mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove tabs on blanklines in Makefile sources. This prevents a
'suspicious line' warning when editing & saving Makefile using Emacs.
This commit is contained in:
parent
0aa342e903
commit
6af7526c77
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue