mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: Remove tabs on blanklines in Makefile sources. This prevents a 'suspicious line' warning when editing & saving Makefile using Emacs.
This commit is contained in:
commit
ae4f8b2ab0
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