use symbolic COMERRLIB
authorJohn Kohl <jtkohl@mit.edu>
Thu, 24 May 1990 10:12:05 +0000 (10:12 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 24 May 1990 10:12:05 +0000 (10:12 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@932 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/crypto/des/Imakefile

index 20ea0b96e592b10d7d765e97b1320ad5a09a894a..ad75191f4a92f301d6783b846fe7b3d0ab34cf55 100644 (file)
@@ -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),)