From: ceriel Date: Mon, 2 Mar 1992 16:47:03 +0000 (+0000) Subject: fixed linting X-Git-Tag: release-5-5~500 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a0aa85fa4ee5f0dd1cdf72c18d2002c6b33588db;p=ack.git fixed linting --- diff --git a/util/grind/proto.make b/util/grind/proto.make index 3eefbf034..3d43cff0a 100644 --- a/util/grind/proto.make +++ b/util/grind/proto.make @@ -116,6 +116,8 @@ make_macros: Makefile echo 'COPTIONS=$(COPTIONS)' >> make_macros echo 'LDOPTIONS=$(LDOPTIONS)' >> make_macros echo 'LINT=$(LINT)' >> make_macros + echo 'LINTSUF=$(LINTSUF)' >> make_macros + echo 'LINTPREF=$(LINTPREF)' >> make_macros echo 'LINTOPTIONS=$(LINTOPTIONS)' >> make_macros echo 'SUF=$(SUF)' >> make_macros echo 'LIBSUF=$(LIBSUF)' >> make_macros