From: Ken Raeburn Date: Fri, 1 Jul 2011 03:26:50 +0000 (+0000) Subject: Don't pass unsupported -n option to t_rcache X-Git-Tag: krb5-1.10-alpha1~366 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d7c1d78f3f4f6bfba9d1a1a3a91588b86bb72461;p=krb5.git Don't pass unsupported -n option to t_rcache git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25009 dc483132-0cff-0310-8789-dd5450dbe970 --- 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)