mike Mon Nov 21 19:50:37 2005 EDT Modified files: (Branch: PHP_5_1) /php-src Makefile.global Log: - fix make install http://cvs.php.net/diff.php/php-src/Makefile.global?r1=1.57.2.2&r2=1.57.2.3&ty=u Index: php-src/Makefile.global diff -u php-src/Makefile.global:1.57.2.2 php-src/Makefile.global:1.57.2.3 --- php-src/Makefile.global:1.57.2.2 Mon Nov 21 18:08:01 2005 +++ php-src/Makefile.global Mon Nov 21 19:50:36 2005 @@ -43,7 +43,7 @@ @$(INSTALL) modules/* $(INSTALL_ROOT)$(EXTENSION_DIR) install-headers: - [EMAIL PROTECTED] test "$(INSTALL_HEADERS)"; then + [EMAIL PROTECTED] test "$(INSTALL_HEADERS)"; then \ for i in $(INSTALL_HEADERS); do \ i=`$(top_srcdir)/build/shtool path -d $$i`; \ paths="$$paths $(INSTALL_ROOT)$(phpincludedir)/$$i"; \
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php