summaryrefslogtreecommitdiff
path: root/www/mod_php5/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_php5/files/patch-Makefile.in')
-rw-r--r--www/mod_php5/files/patch-Makefile.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/www/mod_php5/files/patch-Makefile.in b/www/mod_php5/files/patch-Makefile.in
deleted file mode 100644
index 05bf9df10f97..000000000000
--- a/www/mod_php5/files/patch-Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
---- Makefile.in.orig Sun Apr 22 03:09:12 2001
-+++ Makefile.in Wed Dec 19 20:38:06 2001
-@@ -24,7 +24,11 @@
-
- targets = $(LTLIBRARY_NAME) $(PHP_PROGRAM)
-
-+.if defined(STANDALONE)
-+install_targets = install-sapi
-+.else
- install_targets = install-sapi install-modules
-+.endif
-
- include $(top_srcdir)/build/rules.mk
- include $(top_srcdir)/build/library.mk