From 6772fbff621e7f39cea9ad7e90ec9380abe100a6 Mon Sep 17 00:00:00 2001 From: Lior Kaplan Date: Mon, 8 Feb 2016 20:27:19 +0200 Subject: Align spacing in make install messages --- Makefile.global | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.global') diff --git a/Makefile.global b/Makefile.global index bd82daf4d8..bcf01b9c42 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"`; \ -- cgit v1.2.1