summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2002-01-31 08:19:09 +0000
committerStig Bakken <ssb@php.net>2002-01-31 08:19:09 +0000
commit0943dc82dd6d37cd0980078783c9e37441f55cec (patch)
tree4dc1de4386fbaf8cf02867b67708b90c092f4078
parentfef8e31f7c8a8c369049477477435c2f9543f4c5 (diff)
downloadphp-git-0943dc82dd6d37cd0980078783c9e37441f55cec.tar.gz
* remove broken rule for rebuilding Makefile
-rw-r--r--pear/Makefile.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/pear/Makefile.in b/pear/Makefile.in
index bdbc529af2..f253155a55 100644
--- a/pear/Makefile.in
+++ b/pear/Makefile.in
@@ -83,7 +83,7 @@ PEAR_FILES = \
System.php \
XML/Parser.php
-PEAR_COMMAND_LIBS=\
+PEAR_COMMAND_LIBS = \
pearcmd-common.php \
pearcmd-help.php \
pearcmd-info.php \
@@ -171,9 +171,6 @@ install-headers:
cd $(top_builddir)/$$i && cp -p *.h $(INSTALL_ROOT)$(phpincludedir)/$$i) 2>/dev/null || true; \
done
-Makefile: Makefile.in $(top_builddir)/config.status
- (cd ..;CONFIG_FILES=pear/Makefile CONFIG_HEADERS= $(top_builddir)/config.status)
-
scripts/pear: scripts/pear.in $(top_builddir)/config.status
(cd ..;CONFIG_FILES=pear/scripts/pear CONFIG_HEADERS= $(top_builddir)/config.status)