diff options
author | Sterling Hughes <sterling@php.net> | 2000-04-23 04:47:45 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2000-04-23 04:47:45 +0000 |
commit | 645156918c8b26edef820c1b6c7290b6d0b32931 (patch) | |
tree | 8db0a9724ac8ba91116f9c1ec05362ced35cf533 /pear | |
parent | 5a7c8f46c988cd1f58e09b17a1160b624fafe882 (diff) | |
download | php-git-645156918c8b26edef820c1b6c7290b6d0b32931.tar.gz |
Add a new directory for File (it was supposed to be there
in the first place).
Diffstat (limited to 'pear')
-rw-r--r-- | pear/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pear/Makefile.in b/pear/Makefile.in index 39ae8401d3..43e5485b91 100644 --- a/pear/Makefile.in +++ b/pear/Makefile.in @@ -10,6 +10,7 @@ include $(topsrcdir)/build/rules.mk peardir=$(prefix)/lib/php pear_DBdir=$(prefix)/lib/php/DB +pear_Filedir=$(prefix)/lib/php/File install-data-local: -@$(mkinstalldirs) $(peardir) $(pear_DBdir) && \ @@ -21,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 $(peardir) + $(INSTALL_DATA) $(srcdir)/File/Find.php $(pearFiledir) phpincludedir = $(includedir)/php builddir = $(prefix)/lib/php/build |