You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2005/09/21 23:32:16 UTC

svn commit: r290836 - /httpd/httpd/trunk/modules/experimental/NWGNUmakefile

Author: bnicholes
Date: Wed Sep 21 14:32:14 2005
New Revision: 290836

URL: http://svn.apache.org/viewcvs?rev=290836&view=rev
Log:
Fix a make problem that occurred due to the removal of the other submakefiles.  Referencing example.nlm twice is just a hack to fix the problem for now.

Modified:
    httpd/httpd/trunk/modules/experimental/NWGNUmakefile

Modified: httpd/httpd/trunk/modules/experimental/NWGNUmakefile
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/modules/experimental/NWGNUmakefile?rev=290836&r1=290835&r2=290836&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/experimental/NWGNUmakefile (original)
+++ httpd/httpd/trunk/modules/experimental/NWGNUmakefile Wed Sep 21 14:32:14 2005
@@ -151,7 +151,16 @@
 #
 # 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)