summaryrefslogtreecommitdiffstats
path: root/src/tests/threads/Makefile.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2011-07-01 03:26:50 +0000
committerKen Raeburn <raeburn@mit.edu>2011-07-01 03:26:50 +0000
commitd7c1d78f3f4f6bfba9d1a1a3a91588b86bb72461 (patch)
tree8e03bc6e2d2fed5c51def40b9085c5802f83e573 /src/tests/threads/Makefile.in
parent17fd6cbc0af9d1b8a41ba6d044034fa09bb29c57 (diff)
downloadkrb5-d7c1d78f3f4f6bfba9d1a1a3a91588b86bb72461.tar.gz
krb5-d7c1d78f3f4f6bfba9d1a1a3a91588b86bb72461.tar.xz
krb5-d7c1d78f3f4f6bfba9d1a1a3a91588b86bb72461.zip
Don't pass unsupported -n option to t_rcache
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25009 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/tests/threads/Makefile.in')
-rw-r--r--src/tests/threads/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tests/threads/Makefile.in b/src/tests/threads/Makefile.in
index 0cc4be78a..58adde7d7 100644
--- a/src/tests/threads/Makefile.in
+++ b/src/tests/threads/Makefile.in
@@ -13,9 +13,8 @@ SRCS=$(srcdir)/t_rcache.c \
all::
-N = 4
run-t_rcache: t_rcache
- $(RUN_SETUP) $(VALGRIND) ./t_rcache -n $(N)
+ $(RUN_SETUP) $(VALGRIND) ./t_rcache
t_rcache: t_rcache.o $(KRB5_BASE_DEPLIBS)
$(CC_LINK) -o t_rcache t_rcache.o $(KRB5_BASE_LIBS) $(THREAD_LINKOPTS)