Remove local change that wasn't supposed to be committed.

This commit is contained in:
J.T. Conklin 2001-03-07 03:00:33 +00:00
parent 5565b5569b
commit b47218fbce
1 changed files with 0 additions and 3 deletions

View File

@ -1112,9 +1112,6 @@ lint: $(LINTFILES)
$(LINT) $(INCLUDE_CFLAGS) $(LINTFLAGS) $(LINTFILES) \
`echo $(DEPFILES) | sed 's/\.o /\.c /g'`
flint: $(filter-out %.y,$(LINTFILES)) $(DEPFILES:.c=.o)
flint co.lnt $(LINTFLAGS) $^
gdb.cxref: $(SFILES)
cxref -I. $(SFILES) >gdb.cxref