projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17fd6cb
)
Don't pass unsupported -n option to t_rcache
author
Ken Raeburn
<raeburn@mit.edu>
Fri, 1 Jul 2011 03:26:50 +0000
(
03:26
+0000)
committer
Ken Raeburn
<raeburn@mit.edu>
Fri, 1 Jul 2011 03:26:50 +0000
(
03:26
+0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25009
dc483132
-0cff-0310-8789-
dd5450dbe970
src/tests/threads/Makefile.in
patch
|
blob
|
history
diff --git
a/src/tests/threads/Makefile.in
b/src/tests/threads/Makefile.in
index 0cc4be78ae8262d6e872135ef3036d573057f79f..58adde7d7dafa1b0f1bda336b2d69b7f36012c83 100644
(file)
--- 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)