diff options
author | Stig Bakken <ssb@php.net> | 2002-06-07 10:17:25 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 2002-06-07 10:17:25 +0000 |
commit | 2bc921c60a22cc880cf39630dd898ca58ab85c6b (patch) | |
tree | 9a47cfac630f308cc1a953ad62fcbe6061d2b16b /pear/Makefile.frag | |
parent | c083784023ee1407af9dcbff0fc99f5e1dcbb05b (diff) | |
download | php-git-2bc921c60a22cc880cf39630dd898ca58ab85c6b.tar.gz |
* get rid of pearize
Diffstat (limited to 'pear/Makefile.frag')
-rw-r--r-- | pear/Makefile.frag | 5 |
1 files changed, 1 insertions, 4 deletions
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) |