option NORCSID for lint in Makefile is nonsense
This commit is contained in:
parent
d5a95fcac0
commit
c9a188825d
|
@ -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)`
|
||||
|
|
Loading…
Reference in a new issue