summaryrefslogtreecommitdiff
path: root/test/NWGNUtryread
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2009-10-05 17:21:16 +0000
committerGuenter Knauf <fuankg@apache.org>2009-10-05 17:21:16 +0000
commit73f376fa84e3825306e950d6372b98c242df5cd4 (patch)
tree087a17baf4c4aa7f833666ca118f0557b90219ef /test/NWGNUtryread
parent25181692210ecebacc0e3c6ec2f6d010769aa7a0 (diff)
downloadapr-73f376fa84e3825306e950d6372b98c242df5cd4.tar.gz
improved NetWare build of test samples.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@821929 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/NWGNUtryread')
-rw-r--r--test/NWGNUtryread6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/NWGNUtryread b/test/NWGNUtryread
index 9eb0f4f40..7dbf1b800 100644
--- a/test/NWGNUtryread
+++ b/test/NWGNUtryread
@@ -101,7 +101,7 @@ NLM_DESCRIPTION = reader NLM to test flock
# This is used by the '-threadname' directive. If left blank,
# NLM_NAME Thread will be used.
#
-NLM_THREAD_NAME = try_read
+NLM_THREAD_NAME = $(NLM_NAME)
#
# This is used by the '-screenname' directive. If left blank,
@@ -155,7 +155,7 @@ XDCDATA =
# If there is an NLM target, put it here
#
TARGET_nlm = \
- $(OBJDIR)/tryread.nlm \
+ $(OBJDIR)/$(NLM_NAME).nlm \
$(EOLIST)
#
@@ -169,7 +169,7 @@ TARGET_lib = \
# Paths must all use the '/' character
#
FILES_nlm_objs = \
- $(OBJDIR)/tryread.o \
+ $(OBJDIR)/$(NLM_NAME).o \
$(EOLIST)
#