diff options
author | Michael Wallner <mike@php.net> | 2005-11-22 00:50:36 +0000 |
---|---|---|
committer | Michael Wallner <mike@php.net> | 2005-11-22 00:50:36 +0000 |
commit | 3db21d2f4c86217d7704bb29244eae84a8181503 (patch) | |
tree | ce4689093aadd2fe2f34c5cc02ed75404f8d4309 /Makefile.global | |
parent | a6a9dc2eecfa5884d6cd90804797911d7b82f284 (diff) | |
download | php-git-3db21d2f4c86217d7704bb29244eae84a8181503.tar.gz |
- fix make install
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 86e6fc97d9..dba7879cb7 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"; \ |