mirror of
https://github.com/php/php-src.git
synced 2024-11-23 09:54:15 +08:00
* get rid of pearize
This commit is contained in:
parent
c083784023
commit
2bc921c60a
@ -1135,8 +1135,7 @@ PHP_GEN_GLOBAL_MAKEFILE
|
||||
|
||||
$php_shtool mkdir -p pear/scripts
|
||||
ALL_OUTPUT_FILES="php4.spec main/build-defs.h \
|
||||
pear/scripts/pear pear/scripts/phpize pear/scripts/php-config \
|
||||
pear/scripts/pearize pear/scripts/phptar \
|
||||
pear/scripts/phpize pear/scripts/php-config \
|
||||
$PHP_OUTPUT_FILES"
|
||||
|
||||
AC_OUTPUT($ALL_OUTPUT_FILES, [], [
|
||||
|
@ -123,7 +123,7 @@ BUILD_FILES = \
|
||||
scan_makefile_in.awk \
|
||||
acinclude.m4
|
||||
|
||||
bin_SCRIPTS = phpize php-config pear pearize phptar
|
||||
bin_SCRIPTS = phpize php-config pear phptar
|
||||
|
||||
install-build:
|
||||
@echo "Installing build environment"
|
||||
@ -176,8 +176,5 @@ $(builddir)/scripts/phpize: $(srcdir)/scripts/phpize.in $(top_builddir)/config.s
|
||||
$(builddir)/scripts/phptar: $(srcdir)/scripts/phptar.in $(top_builddir)/config.status
|
||||
(CONFIG_FILES=$@ CONFIG_HEADERS= $(top_builddir)/config.status)
|
||||
|
||||
$(builddir)/scripts/pearize: $(srcdir)/scripts/pearize.in $(top_builddir)/config.status
|
||||
(CONFIG_FILES=$@ CONFIG_HEADERS= $(top_builddir)/config.status)
|
||||
|
||||
$(builddir)/scripts/php-config: $(srcdir)/scripts/php-config.in $(top_builddir)/config.status
|
||||
(CONFIG_FILES=$@ CONFIG_HEADERS= $(top_builddir)/config.status)
|
||||
|
Loading…
Reference in New Issue
Block a user