From: Guenter Knauf Date: Wed, 16 Jul 2014 13:50:44 +0000 (+0000) Subject: Fixed mod_ssl NetWare build. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a199cbace65add85af1a26a8d812fcc89ebf79b4;p=thirdparty%2Fapache%2Fhttpd.git Fixed mod_ssl NetWare build. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1611012 13f79535-47bb-0310-9956-ffa450edef68 --- 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))) #