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-07-30 13:36:10 -0700
commit6af7526c77234c60c31839f21c60908a431c981e (patch)
tree6afa8951f67f4053bf63bc6bf40f9e0d1c2afc77 /Makefile.global
parent0aa342e903bf012efe03db1e9f1fe4ed54225e76 (diff)
downloadphp-git-6af7526c77234c60c31839f21c60908a431c981e.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 5118de83fe..ff3bf2279a 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)