option NORCSID for lint in Makefile is nonsense

This commit is contained in:
dick 1986-07-17 22:17:59 +00:00
parent d5a95fcac0
commit c9a188825d

View file

@ -173,7 +173,7 @@ lxref:
lint: lint.main lint.cem lint.tab
lint.main: cfiles
lint -DNORCSID -bx $(CDEFS) `sources $(OBJ)` >lint.out
lint -bx $(CDEFS) `sources $(OBJ)` >lint.out
cchk:
cchk `sources $(COBJ)`