From 549c472d7e41f41808f53e1112c336027fcfa92f Mon Sep 17 00:00:00 2001 From: mar Date: Sat, 17 Mar 1990 17:27:19 +0000 Subject: [PATCH] correct library name --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index e28c6c5e..574d42df 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -79,7 +79,7 @@ lint: ${CFILES} llib-lmoira.ln lint ${LINTFLAGS} ${INCDIRS} mr_main.c llib-lmoira.ln llib-lmoira.ln: ${LIBSRC} - lint -Cmr $(LINTFLAGS) $(INCDIRS) ${LIBSRC} + lint -Cmoira $(LINTFLAGS) $(INCDIRS) ${LIBSRC} depend: $(CFILES) mr_et.h ureg_err.h krb_et.h mkdep ${CFLAGS} ${CFILES} -- 2.45.2