]> granicus.if.org Git - apache/commitdiff
Fixed mod_ssl NetWare build.
authorGuenter Knauf <fuankg@apache.org>
Wed, 16 Jul 2014 13:50:44 +0000 (13:50 +0000)
committerGuenter Knauf <fuankg@apache.org>
Wed, 16 Jul 2014 13:50:44 +0000 (13:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1611012 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/NWGNUmakefile

index 836a6d83454181b42faac787523eff2230bcee67..a0eda6f1c698feb2c4d389037cdfc2a05d6d69d6 100644 (file)
@@ -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)))
 
 
 #