From 2804b60b45f24529edbc88f644050cdf1ec77272 Mon Sep 17 00:00:00 2001 From: Clement Laforet Date: Tue, 6 Dec 2005 13:43:40 +0000 Subject: - fix build on 4.x (because of outdated make) --- www/mod_rpaf/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/mod_rpaf/Makefile b/www/mod_rpaf/Makefile index 988136dfbf9e..7b3a443a05a2 100644 --- a/www/mod_rpaf/Makefile +++ b/www/mod_rpaf/Makefile @@ -20,8 +20,7 @@ AP_GENPLIST= YES .include .if ${APACHE_VERSION} >= 20 -AP${APACHE_VERSION}_SRC_FILE= mod_rpaf-2.0.c -AP${APACHE_VERSION}_PKGNAMESUFFIX=-ap${APACHE_VERSION} +SRC_FILE= mod_rpaf-2.0.c .endif .include -- cgit v1.2.3