diff options
| author | Sascha Schumann <sas@php.net> | 2003-08-27 13:58:44 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2003-08-27 13:58:44 +0000 |
| commit | d1d823b0a30fd19e12bd1386d105a67b71398b5e (patch) | |
| tree | f993a69f570878d794a7ab6a08ac11e59711c8cf | |
| parent | a326bde2e874e90e9e09847dabf2bdfc4df7fac8 (diff) | |
| download | php-git-d1d823b0a30fd19e12bd1386d105a67b71398b5e.tar.gz | |
Use INSTALL to install build files
| -rw-r--r-- | scripts/Makefile.frag | 2 |
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 = \ / \ |
