ports/www/mod_php5/files/patch-Makefile.in
Dirk Froemberg 4c6ad01883 Upgrade to 4.1.0.
See http://www.php.net/ChangeLog-4.php for a detailed list of
changes.
2001-12-19 19:48:41 +00:00

14 lines
354 B
Text

--- 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