From 4064b7fd9334510999eb5143520153e6cc8a0175 Mon Sep 17 00:00:00 2001 From: "John F. Carr" Date: Mon, 2 Sep 1991 14:43:26 +0000 Subject: Link -lkrb before -lcom_err. --- clients/zleave/Imakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'clients/zleave') diff --git a/clients/zleave/Imakefile b/clients/zleave/Imakefile index d9d8169..89270c0 100644 --- a/clients/zleave/Imakefile +++ b/clients/zleave/Imakefile @@ -5,11 +5,11 @@ /**/# /**/# $Source$ /**/# $Author$ -/**/# $Header$ +/**/# $Id$ /**/# -LIBS= ${ZEPHYR_LIB} ${COMERR_LIB} ${KRB_LIB} ${DES_LIB} -LINTLIBS= ${ZEPHYR_LINTLIB} ${COMERR_LINTLIB} ${KRB_LINTLIB} ${DES_LINTLIB} +LIBS= ${ZEPHYR_LIB} ${KRB_LIB} ${COMERR_LIB} ${DES_LIB} +LINTLIBS= ${ZEPHYR_LINTLIB} ${KRB_LINTLIB} ${COMERR_LINTLIB} ${DES_LINTLIB} SRCS = zleave.c OBJS = zleave.o -- cgit v1.2.3