]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix up the NetWare make files after some of the module moved out of experimental
authorBradley Nicholes <bnicholes@apache.org>
Mon, 17 Oct 2005 15:47:32 +0000 (15:47 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Mon, 17 Oct 2005 15:47:32 +0000 (15:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@325916 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/NWGNUmakefile
modules/filters/NWGNUmakefile

index 78e453e99011b69132557cffb0e92023b9931da0..16af52c8f5d1a283f73cb33584a79190deb56dff 100644 (file)
@@ -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)
        
index 33e48a2595717c1185a77e99db7d652c6cecffe4..07600afd490e542233342ca9394af88cfb135738 100644 (file)
@@ -163,9 +163,6 @@ ifeq "$(wildcard $(ZLIBSDK))" "$(ZLIBSDK)"
 TARGET_nlm += $(OBJDIR)/deflate.nlm \
               $(EOLIST)
 endif
-else
-TARGET_nlm += $(OBJDIR)/extfiltr.nlm \
-              $(EOLIST)
 endif
 
 #