summaryrefslogtreecommitdiff
path: root/scripts/Makefile.frag
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2003-08-27 13:58:44 +0000
committerSascha Schumann <sas@php.net>2003-08-27 13:58:44 +0000
commitd1d823b0a30fd19e12bd1386d105a67b71398b5e (patch)
treef993a69f570878d794a7ab6a08ac11e59711c8cf /scripts/Makefile.frag
parenta326bde2e874e90e9e09847dabf2bdfc4df7fac8 (diff)
downloadphp-git-d1d823b0a30fd19e12bd1386d105a67b71398b5e.tar.gz
Use INSTALL to install build files
Diffstat (limited to 'scripts/Makefile.frag')
-rw-r--r--scripts/Makefile.frag2
1 files changed, 1 insertions, 1 deletions
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 = \
/ \