From 17f33c3bf3513d490f8658167fa7d709f7889622 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 22 Nov 2005 00:51:24 +0000 Subject: [PATCH] - MF51: fix make install --- Makefile.global | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.global b/Makefile.global index d641611239..a98d80bf11 100644 --- a/Makefile.global +++ b/Makefile.global @@ -43,7 +43,7 @@ install-modules: build-modules @$(INSTALL) modules/* $(INSTALL_ROOT)$(EXTENSION_DIR) install-headers: - -@if test "$(INSTALL_HEADERS)"; then + -@if test "$(INSTALL_HEADERS)"; then \ for i in $(INSTALL_HEADERS); do \ i=`$(top_srcdir)/build/shtool path -d $$i`; \ paths="$$paths $(INSTALL_ROOT)$(phpincludedir)/$$i"; \ -- 2.50.1