sas Wed Aug 27 09:58:45 2003 EDT
Modified files:
/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.4 php-src/scripts/Makefile.frag:1.5
--- php-src/scripts/Makefile.frag:1.4 Mon Aug 25 20:04:25 2003
+++ php-src/scripts/Makefile.frag Wed Aug 27 09:58:44 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