projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93e48cb
)
Fix deplibs for t_crc
author
Tom Yu
<tlyu@mit.edu>
Mon, 3 Aug 2009 21:19:46 +0000
(21:19 +0000)
committer
Tom Yu
<tlyu@mit.edu>
Mon, 3 Aug 2009 21:19:46 +0000
(21:19 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22487
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/crypto/crypto_tests/Makefile.in
patch
|
blob
|
history
diff --git
a/src/lib/crypto/crypto_tests/Makefile.in
b/src/lib/crypto/crypto_tests/Makefile.in
index 983bb52533a0d0d535932622bd42db2f6b374966..a3c517dea42333ec7c79f30d8628180a06153975 100644
(file)
--- a/
src/lib/crypto/crypto_tests/Makefile.in
+++ b/
src/lib/crypto/crypto_tests/Makefile.in
@@
-120,7
+120,7
@@
t_cksum4: t_cksum4.o $(CRYTPO_DEPLIB)
t_cksum5: t_cksum5.o $(CRYPTO_DEPLIB)
$(CC_LINK) -o t_cksum5 t_cksum5.o $(K5CRYPTO_LIB) $(COM_ERR_LIB) $(SUPPORT_LIB) $(LIBS)
-t_crc: t_crc.o $(
K5CRYPTO_
LIB) $(SUPPORT_DEPLIB)
+t_crc: t_crc.o $(
CRYPTO_DEP
LIB) $(SUPPORT_DEPLIB)
$(CC_LINK) -o $@ t_crc.o $(K5CRYPTO_LIB) $(SUPPORT_LIB)
aes-test: aes-test.$(OBJEXT) $(CRYPTO_DEPLIB)