projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e9c22b
)
Make DES library name configurable
author
John Carr
<jfc@mit.edu>
Fri, 21 Aug 1992 03:01:00 +0000
(
03:01
+0000)
committer
John Carr
<jfc@mit.edu>
Fri, 21 Aug 1992 03:01:00 +0000
(
03:01
+0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2350
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/crypto/md5/Imakefile
patch
|
blob
|
history
diff --git
a/src/lib/crypto/md5/Imakefile
b/src/lib/crypto/md5/Imakefile
index 4f0a6349041ec82410d8f0e14e5b2d68d00e6bc6..3d7d0b52ab3cbedc8429825af5a4ea947a1a0964 100644
(file)
--- a/
src/lib/crypto/md5/Imakefile
+++ b/
src/lib/crypto/md5/Imakefile
@@
-6,6
+6,6
@@
SRCS= $(SRCDIR)md5.c $(SRCDIR)md5glue.c $(SRCDIR)md5crypto.c
DEFINES= $(DESDEFINES)
-OtherdirLibraryTarget(..,
des5
,$(OBJS))
+OtherdirLibraryTarget(..,
$(DESLIB)
,$(OBJS))
DependTarget()