aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@acorntoolworks.com>2001-03-07 03:00:33 +0000
committerJ.T. Conklin <jtc@acorntoolworks.com>2001-03-07 03:00:33 +0000
commitb47218fbcec5b0e39dbb99d0624da8f36c57ddb9 (patch)
treedf623a5c55a00549fe6282d908ab378dde365dad
parent5565b5569bf75adccb29b590f5433aeb9dda3314 (diff)
downloadgdb-b47218fbcec5b0e39dbb99d0624da8f36c57ddb9.zip
gdb-b47218fbcec5b0e39dbb99d0624da8f36c57ddb9.tar.gz
gdb-b47218fbcec5b0e39dbb99d0624da8f36c57ddb9.tar.bz2
Remove local change that wasn't supposed to be committed.
-rw-r--r--gdb/Makefile.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index f70a5f9..ac83fb7 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