From a199cbace65add85af1a26a8d812fcc89ebf79b4 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Wed, 16 Jul 2014 13:50:44 +0000 Subject: [PATCH] Fixed mod_ssl NetWare build. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1611012 13f79535-47bb-0310-9956-ffa450edef68 --- modules/ssl/NWGNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ssl/NWGNUmakefile b/modules/ssl/NWGNUmakefile index 836a6d83454..a0eda6f1c69 100644 --- a/modules/ssl/NWGNUmakefile +++ b/modules/ssl/NWGNUmakefile @@ -208,7 +208,7 @@ TARGET_lib = \ # These are the OBJ files needed to create the NLM target above. # Paths must all use the '/' character # -FILES_nlm_objs := $(patsubst %.c,$(OBJDIR)/%.o,$(wildcard *.c)) +FILES_nlm_objs := $(patsubst %.c,$(OBJDIR)/%.o,$(filter-out $(wildcard *ssl_ct*.c),$(wildcard *.c))) # -- 2.47.3