Make name of DES library configurable
authorJohn Carr <jfc@mit.edu>
Fri, 21 Aug 1992 02:59:25 +0000 (02:59 +0000)
committerJohn Carr <jfc@mit.edu>
Fri, 21 Aug 1992 02:59:25 +0000 (02:59 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2349 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/crypto/des/Imakefile

index 6978c15290be2fb17d17767bf394a71648fb255c..7f0831d4a91a8c8a686bb9459efa0d520c845bda 100644 (file)
@@ -69,7 +69,7 @@ DESTESTOBJ = destest.o
 all::
 depend:: des.c $(SRCS)
 
-OtherdirLibraryTarget(..,des5,$(OBJS))
+OtherdirLibraryTarget(..,$(DESLIB),$(OBJS))
 
 DependTarget()