]> andersk Git - moira.git/commitdiff
correct library name
authormar <mar>
Sat, 17 Mar 1990 17:27:19 +0000 (17:27 +0000)
committermar <mar>
Sat, 17 Mar 1990 17:27:19 +0000 (17:27 +0000)
lib/Makefile

index e28c6c5e407a3b88a0138131251c34e614f6e117..574d42dfe08530ab16e5f34a378e471000562df4 100644 (file)
@@ -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}
This page took 0.235542 seconds and 5 git commands to generate.