sas             Wed Aug 27 09:55:25 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src/scripts    Makefile.frag 
  Log:
  Use INSTALL to install build files
  
  
Index: php-src/scripts/Makefile.frag
diff -u php-src/scripts/Makefile.frag:1.1.2.2 php-src/scripts/Makefile.frag:1.1.2.3
--- php-src/scripts/Makefile.frag:1.1.2.2       Mon Aug 25 20:03:33 2003
+++ php-src/scripts/Makefile.frag       Wed Aug 27 09:55:24 2003
@@ -20,7 +20,7 @@
 install-build:
        @echo "Installing build environment:     $(INSTALL_ROOT)$(phpbuilddir)/"
        @$(mkinstalldirs) $(INSTALL_ROOT)$(phpbuilddir) $(INSTALL_ROOT)$(bindir) && \
-       (cd $(top_srcdir) && $(INSTALL_DATA) $(BUILD_FILES) 
$(INSTALL_ROOT)$(phpbuilddir))
+       (cd $(top_srcdir) && $(INSTALL) $(BUILD_FILES) $(INSTALL_ROOT)$(phpbuilddir))
 
 HEADER_DIRS = \
        / \

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to