From: John Kohl Date: Thu, 24 May 1990 10:12:05 +0000 (+0000) Subject: use symbolic COMERRLIB X-Git-Tag: krb5-1.0-alpha2~474 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6bc6ecfe128d1694556b79566f6c01161ed079c8;p=krb5.git use symbolic COMERRLIB git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@932 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/crypto/des/Imakefile b/src/lib/crypto/des/Imakefile index 20ea0b96e..ad75191f4 100644 --- a/src/lib/crypto/des/Imakefile +++ b/src/lib/crypto/des/Imakefile @@ -47,7 +47,7 @@ EXT_LIB = $(TOP)/error_tables/krb5_err.o \ $(TOP)/error_tables/isode_err.o \ $(TOP)/lib/cryptoconf.o \ $(TOP)/lib/crc-32/libcrc32.a \ - libdes.a -lcom_err + libdes.a $(COMERRLIB) NormalProgramTarget(verify, $(VERIFYOBJ), ,$(EXT_LIB),)