From: John Kohl Date: Wed, 16 May 1990 23:23:37 +0000 (+0000) Subject: hack to fix for now.. X-Git-Tag: krb5-1.0-alpha2~542 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e8f044b3ca5d0307331f0dd757659c400dd04119;p=krb5.git hack to fix for now.. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@863 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/crypto/des/Imakefile b/src/lib/crypto/des/Imakefile index 7cbe5d84a..1b9c85f61 100644 --- a/src/lib/crypto/des/Imakefile +++ b/src/lib/crypto/des/Imakefile @@ -38,7 +38,7 @@ NormalLibraryTarget(des,$(OBJS)) $(SRCS): fp.c ip.c key_perm.h odd.h p.c p_table.h s_table.h -EXTRA_LIBRARIES = $(TOP)/error_tables/libkrberrs.a +EXTRA_LIBRARIES = $(TOP)/error_tables/*.o NormalProgramTarget(verify, $(VERIFYOBJ), libdes.a, libdes.a, -lcom_err)