diff options
author | Lior Kaplan <kaplanlior@gmail.com> | 2016-02-08 20:29:24 +0200 |
---|---|---|
committer | Lior Kaplan <kaplanlior@gmail.com> | 2016-02-08 20:29:24 +0200 |
commit | fb7d673ef2142f3d11a190b2ce64133728a950af (patch) | |
tree | 94003292402371f6e8bd015825930227f138901b /Makefile.global | |
parent | 3ef57f8d5d1ca853aebbc873b6bf18dbdcc197da (diff) | |
parent | 6772fbff621e7f39cea9ad7e90ec9380abe100a6 (diff) | |
download | php-git-fb7d673ef2142f3d11a190b2ce64133728a950af.tar.gz |
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
Align spacing in make install messages
Add entry for re-fix of #70976 in commit 14e4d393
Diffstat (limited to 'Makefile.global')
-rw-r--r-- | Makefile.global | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.global b/Makefile.global index c571f3455d..9b29d5112b 100644 --- a/Makefile.global +++ b/Makefile.global @@ -53,7 +53,7 @@ install-headers: paths="$$paths $(INSTALL_ROOT)$(phpincludedir)/$$i"; \ done; \ $(mkinstalldirs) $$paths && \ - echo "Installing header files: $(INSTALL_ROOT)$(phpincludedir)/" && \ + echo "Installing header files: $(INSTALL_ROOT)$(phpincludedir)/" && \ for i in `echo $(INSTALL_HEADERS)`; do \ if test "$(PHP_PECL_EXTENSION)"; then \ src=`echo $$i | $(SED) -e "s#ext/$(PHP_PECL_EXTENSION)/##g"`; \ |