summaryrefslogtreecommitdiff
path: root/pear
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2000-04-23 19:19:56 +0000
committerSterling Hughes <sterling@php.net>2000-04-23 19:19:56 +0000
commite5df341868c225e7dee6181a70264aa8010cbf65 (patch)
treefb130b5d78e119b0c8eeea7c2d0b692debae316b /pear
parent21416083b17cd253b803f55e94fdbab2d6da425c (diff)
downloadphp-git-e5df341868c225e7dee6181a70264aa8010cbf65.tar.gz
TODO:
Just did that. PEAR: Fix typo
Diffstat (limited to 'pear')
-rw-r--r--pear/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/Makefile.in b/pear/Makefile.in
index 43e5485b91..9e2a699be2 100644
--- a/pear/Makefile.in
+++ b/pear/Makefile.in
@@ -22,7 +22,7 @@ install-data-local:
$(INSTALL_DATA) $(srcdir)/DB/pgsql.php $(pear_DBdir) && \
$(INSTALL_DATA) $(srcdir)/DB/storage.php $(pear_DBdir) && \
$(INSTALL_DATA) $(srcdir)/HTTP.php $(peardir) && \
- $(INSTALL_DATA) $(srcdir)/File/Find.php $(pearFiledir)
+ $(INSTALL_DATA) $(srcdir)/File/Find.php $(pear_Filedir)
phpincludedir = $(includedir)/php
builddir = $(prefix)/lib/php/build