php-src/pear/Makefile.am
Sascha Schumann 1d593a89da Don't bail out, if PECL cannot be installed. PHP is often only an
intermediate step of the installation, so it is often not performed
by root.
1999-11-23 12:41:02 +00:00

10 lines
290 B
Makefile

## Process this file with automake to produce Makefile.in
pecldir=$(prefix)/lib/php
pecl_DBdir=$(prefix)/lib/php/DB
install-data-local:
-$(mkinstalldirs) $(pecldir) $(pecl_DBdir) && \
$(INSTALL_DATA) $(srcdir)/DB.php $(pecldir) && \
$(INSTALL_DATA) $(srcdir)/DB/odbc.php $(pecl_DBdir)