From: Bradley Nicholes Date: Mon, 17 Oct 2005 15:47:32 +0000 (+0000) Subject: Fix up the NetWare make files after some of the module moved out of experimental X-Git-Tag: 2.1.9~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbbda38ec58bcb9c959dd25742a14ddc281acc28;p=thirdparty%2Fapache%2Fhttpd.git Fix up the NetWare make files after some of the module moved out of experimental git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@325916 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/NWGNUmakefile b/modules/experimental/NWGNUmakefile index 78e453e9901..16af52c8f5d 100644 --- a/modules/experimental/NWGNUmakefile +++ b/modules/experimental/NWGNUmakefile @@ -151,7 +151,16 @@ XDCDATA = # # If there is an NLM target, put it here # +# We are referencing example.nlm twice to get around a known issue with the +# makefiles. Normally if there is only one element to be built within a +# directory, the makefile for the single element would be called NWGNUmakefile. +# But if there are multiples, the parent NWGNUmakefile must reference more +# than one submakefile. Because the experimental directory might vary in the +# number of submakefiles, but for the moment only contains one, we reference +# it twice to allow it parent NWGNUmakefile to work properly. If another +# submakefile is added, the extra reference to example.nlm should be removed. TARGET_nlm = \ + $(OBJDIR)/example.nlm \ $(OBJDIR)/example.nlm \ $(EOLIST) diff --git a/modules/filters/NWGNUmakefile b/modules/filters/NWGNUmakefile index 33e48a25957..07600afd490 100644 --- a/modules/filters/NWGNUmakefile +++ b/modules/filters/NWGNUmakefile @@ -163,9 +163,6 @@ ifeq "$(wildcard $(ZLIBSDK))" "$(ZLIBSDK)" TARGET_nlm += $(OBJDIR)/deflate.nlm \ $(EOLIST) endif -else -TARGET_nlm += $(OBJDIR)/extfiltr.nlm \ - $(EOLIST) endif #