From d1d823b0a30fd19e12bd1386d105a67b71398b5e Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Wed, 27 Aug 2003 13:58:44 +0000 Subject: Use INSTALL to install build files --- scripts/Makefile.frag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/Makefile.frag') diff --git a/scripts/Makefile.frag b/scripts/Makefile.frag index 60c0a9b81c..bbecfc71f5 100644 --- a/scripts/Makefile.frag +++ b/scripts/Makefile.frag @@ -20,7 +20,7 @@ bin_src_SCRIPTS = phpextdist 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 = \ / \ -- cgit v1.2.1