summaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2013-07-30 13:36:10 -0700
committerChristopher Jones <sixd@php.net>2013-08-07 13:14:00 -0700
commit4ed133c4e216b62778fc9c2c53b27be5f454850f (patch)
tree571db3ca9dd5e1e9b9cc12564c9add7cf6ec9fbe /Makefile.global
parent2743c3aac81ac8095962f87442b0a2b59cc54445 (diff)
downloadphp-git-4ed133c4e216b62778fc9c2c53b27be5f454850f.tar.gz
Remove tabs on blanklines in Makefile sources. This prevents a
'suspicious line' warning when editing & saving Makefile using Emacs.
Diffstat (limited to 'Makefile.global')
-rw-r--r--Makefile.global2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.global b/Makefile.global
index fe31eed20e..6b79ad7aa4 100644
--- a/Makefile.global
+++ b/Makefile.global
@@ -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)