mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Use INSTALL to install build files
This commit is contained in:
@@ -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 = \
|
||||
/ \
|
||||
|
||||
Reference in New Issue
Block a user