summaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorCoenraad Loubser <coenraad@wish.org.za>2017-02-21 04:02:22 +0200
committerJoe Watkins <krakjoe@php.net>2017-02-22 06:47:23 +0000
commit9eaf551c86593697805b4f8f75a2d5b83b45fc1e (patch)
tree10204ef77c3d1a1b86087f7f5b4d3d1b3794d8a2 /Makefile.global
parent593a4d8fe927694723c92f9382a98b62221ee8fa (diff)
downloadphp-git-9eaf551c86593697805b4f8f75a2d5b83b45fc1e.tar.gz
pull-request/2393:
stop make install from clobbering default dot d configuration
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 9b29d5112b..c571f3455d 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"`; \