summaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2013-08-07 13:14:46 -0700
committerChristopher Jones <sixd@php.net>2013-08-07 13:14:46 -0700
commitae4f8b2ab091cf96058e20ebfab387e21cd26b4c (patch)
tree65b690d142147bdf97241acfab9e0f8263a62151 /Makefile.global
parentc932d532c8d858bed66b5393cc8d7be21f26dd2e (diff)
parent4ed133c4e216b62778fc9c2c53b27be5f454850f (diff)
downloadphp-git-ae4f8b2ab091cf96058e20ebfab387e21cd26b4c.tar.gz
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.
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 4edaca9cf6..05c5d151b7 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)