diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 2001-03-07 03:00:33 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 2001-03-07 03:00:33 +0000 |
commit | b47218fbcec5b0e39dbb99d0624da8f36c57ddb9 (patch) | |
tree | df623a5c55a00549fe6282d908ab378dde365dad /gdb/Makefile.in | |
parent | 5565b5569bf75adccb29b590f5433aeb9dda3314 (diff) | |
download | ppe42-binutils-b47218fbcec5b0e39dbb99d0624da8f36c57ddb9.tar.gz ppe42-binutils-b47218fbcec5b0e39dbb99d0624da8f36c57ddb9.zip |
Remove local change that wasn't supposed to be committed.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index f70a5f972f..ac83fb7b1d 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -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 |