summaryrefslogtreecommitdiff
path: root/pear/Makefile.frag
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2002-03-19 01:13:20 +0000
committerStig Bakken <ssb@php.net>2002-03-19 01:13:20 +0000
commit623905dfbf0006ce963fad63ef455d968049900d (patch)
treec4c63a026b5d31d04a4b00a7892392e0f4c24a90 /pear/Makefile.frag
parent7139845af98013fc589b49887211a8c0a8ec88b7 (diff)
downloadphp-git-623905dfbf0006ce963fad63ef455d968049900d.tar.gz
* pear-get gone
Diffstat (limited to 'pear/Makefile.frag')
-rw-r--r--pear/Makefile.frag5
1 files changed, 1 insertions, 4 deletions
diff --git a/pear/Makefile.frag b/pear/Makefile.frag
index 5ae5c55257..c6a431d7bd 100644
--- a/pear/Makefile.frag
+++ b/pear/Makefile.frag
@@ -114,7 +114,7 @@ BUILD_FILES = \
scan_makefile_in.awk \
acinclude.m4
-bin_SCRIPTS = phpize php-config pear pear-get pearize phptar
+bin_SCRIPTS = phpize php-config pear pearize phptar
install-build:
@echo "Installing build environment"
@@ -157,9 +157,6 @@ install-headers:
$(builddir)/scripts/pear: $(srcdir)/scripts/pear.in $(top_builddir)/config.status
(CONFIG_FILES=$@ CONFIG_HEADERS= $(top_builddir)/config.status)
-$(builddir)/scripts/pear-get: $(srcdir)/scripts/pear-get.in $(top_builddir)/config.status
- (CONFIG_FILES=$@ CONFIG_HEADERS= $(top_builddir)/config.status)
-
$(builddir)/scripts/phpize: $(srcdir)/scripts/phpize.in $(top_builddir)/config.status
(CONFIG_FILES=$@ CONFIG_HEADERS= $(top_builddir)/config.status)