projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec53f84
)
Fix dangling Makefile reference after r24652
author
Greg Hudson
<ghudson@mit.edu>
Thu, 24 Feb 2011 16:13:58 +0000
(16:13 +0000)
committer
Greg Hudson
<ghudson@mit.edu>
Thu, 24 Feb 2011 16:13:58 +0000
(16:13 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24655
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/crypto/krb/prng/fortuna/Makefile.in
patch
|
blob
|
history
diff --git
a/src/lib/crypto/krb/prng/fortuna/Makefile.in
b/src/lib/crypto/krb/prng/fortuna/Makefile.in
index f78ecef5c1d784e21689d45a47f7397f87a65413..52999168f12955afa347b53e71e2cd780da74b8a 100644
(file)
--- a/
src/lib/crypto/krb/prng/fortuna/Makefile.in
+++ b/
src/lib/crypto/krb/prng/fortuna/Makefile.in
@@
-28,7
+28,7
@@
t_fortuna: t_fortuna.$(OBJEXT) $(SUPPORT_DEPLIB)
$(CC_LINK) -o t_fortuna t_fortuna.$(OBJEXT) -lcom_err $(SUPPORT_LIB) \
$(CRYPTO_DEPLIB)
-check-unix:: t_fortuna
t_fortuna_make_oct
+check-unix:: t_fortuna
$(RUN_SETUP) $(VALGRIND) ./t_fortuna >t_fortuna.output
cmp t_fortuna.output $(srcdir)/t_fortuna.expected