mike            Mon Nov 21 19:51:24 2005 EDT

  Modified files:              
    /php-src    Makefile.global 
  Log:
  - MF51: fix make install
  
  
http://cvs.php.net/diff.php/php-src/Makefile.global?r1=1.64&r2=1.65&ty=u
Index: php-src/Makefile.global
diff -u php-src/Makefile.global:1.64 php-src/Makefile.global:1.65
--- php-src/Makefile.global:1.64        Mon Nov 21 18:07:31 2005
+++ php-src/Makefile.global     Mon Nov 21 19:51:24 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

Reply via email to