summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in3
-rw-r--r--pear/Makefile.frag5
2 files changed, 2 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index f06410a765..68ce50c993 100644
--- a/configure.in
+++ b/configure.in
@@ -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, [], [
diff --git a/pear/Makefile.frag b/pear/Makefile.frag
index ca171320c5..c3111d4fae 100644
--- a/pear/Makefile.frag
+++ b/pear/Makefile.frag
@@ -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)