Browse Source

Use INSTALL to install build files

PEAR_1_4DEV
Sascha Schumann 23 years ago
parent
commit
d1d823b0a3
  1. 2
      scripts/Makefile.frag

2
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 = \
/ \

Loading…
Cancel
Save