summaryrefslogtreecommitdiff
path: root/pear/Makefile.frag
diff options
context:
space:
mode:
Diffstat (limited to 'pear/Makefile.frag')
-rw-r--r--pear/Makefile.frag19
1 files changed, 0 insertions, 19 deletions
diff --git a/pear/Makefile.frag b/pear/Makefile.frag
deleted file mode 100644
index 86acc28431..0000000000
--- a/pear/Makefile.frag
+++ /dev/null
@@ -1,19 +0,0 @@
-# -*- makefile -*-
-
-peardir=$(PEAR_INSTALLDIR)
-
-# Skip all php.ini files altogether
-PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dsafe_mode=0
-
-install-pear-installer: $(top_builddir)/sapi/cli/php
- @$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS) $(srcdir)/install-pear.phar -d "$(peardir)" -b "$(bindir)"
-
-install-pear:
- @echo "Installing PEAR environment: $(INSTALL_ROOT)$(peardir)/"
- @if test -f $(srcdir)/install-pear.phar && $(mkinstalldirs) $(INSTALL_ROOT)$(peardir); then \
- $(MAKE) -s install-pear-installer; \
- else \
- cat $(srcdir)/install-pear.txt; \
- exit 5; \
- fi
-