]> granicus.if.org Git - apache/commitdiff
make use of var for output name.
authorGuenter Knauf <fuankg@apache.org>
Wed, 9 Apr 2008 12:46:27 +0000 (12:46 +0000)
committerGuenter Knauf <fuankg@apache.org>
Wed, 9 Apr 2008 12:46:27 +0000 (12:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@646310 13f79535-47bb-0310-9956-ffa450edef68

modules/session/NWGNUsession_cookie
modules/session/NWGNUsession_crypto
modules/session/NWGNUsession_dbd

index 8d791c902899bd1f9ac9a1b829c4a978c3cf0039..b90950048a753539ed38a70c15469df88d944407 100644 (file)
@@ -153,7 +153,7 @@ XDCDATA             =
 # If there is an NLM target, put it here
 #
 TARGET_nlm = \
-       $(OBJDIR)/session_cookie.nlm \
+       $(OBJDIR)/$(NLM_NAME).nlm \
        $(EOLIST)
 
 #
index 5b8c1b3cc20947b2459676c9057a8a63b0953d32..8abea5882974d05e4dd5158b9ff00f7775d62e5e 100644 (file)
@@ -153,7 +153,7 @@ XDCDATA             =
 # If there is an NLM target, put it here
 #
 TARGET_nlm = \
-       $(OBJDIR)/session_crypto.nlm \
+       $(OBJDIR)/$(NLM_NAME).nlm \
        $(EOLIST)
 
 #
index 1de8e5d6c146a7149021229fbe6252cdffdd9585..876694a8a6602f98d0791a35ae26dad80313f915 100644 (file)
@@ -155,7 +155,7 @@ XDCDATA             =
 # If there is an NLM target, put it here
 #
 TARGET_nlm = \
-       $(OBJDIR)/session_dbd.nlm \
+       $(OBJDIR)/$(NLM_NAME).nlm \
        $(EOLIST)
 
 #