From 2c28fce731f98f5392cee2fff91c33d2d09a786e Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Tue, 6 Oct 2009 15:38:27 +0200 Subject: Do not install *apache.info file It is not needed with Apache 2. Signed-off-by: Stefano Zacchiroli Gbp-Pq: Name 0003-Do-not-install-apache.info-file.patch --- src/netcgi2-apache/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/netcgi2-apache/Makefile b/src/netcgi2-apache/Makefile index 4e260b8b..277ed2c5 100644 --- a/src/netcgi2-apache/Makefile +++ b/src/netcgi2-apache/Makefile @@ -13,7 +13,7 @@ OBJECTS = netcgi_apache.cmo netcgi_modtpl.cmo DOBJECTS = netcgi_apache.mli netcgi_modtpl.mli ALL_EXTRA = mod_netcgi_apache.so -INSTALL_EXTRA = mod_netcgi_apache.so 500netcgi_apache.info +INSTALL_EXTRA = mod_netcgi_apache.so OCAMLC_OPTIONS += $(STRING_OPTS) OCAMLOPT_OPTIONS += $(STRING_OPTS) -- cgit v1.2.3