summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-01-12 16:55:48 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-01-12 16:55:48 +0000
commit0e15e5e749e3d84be0d6b365daa470374d5d20c9 (patch)
treed32ea134b75d7fcd46c4a20a4bd1b8081468422a /gnu
parent9807134aa8d672508c00c5979b471c50767a4a58 (diff)
clean better
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gdb/gdb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gdb/gdb/Makefile b/gnu/usr.bin/gdb/gdb/Makefile
index 80ed95079ee..4f5493e9cac 100644
--- a/gnu/usr.bin/gdb/gdb/Makefile
+++ b/gnu/usr.bin/gdb/gdb/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1995/12/14 03:42:35 deraadt Exp $
+# $Id: Makefile,v 1.3 1996/01/12 16:55:47 deraadt Exp $
# Paths to libraries
#
@@ -46,7 +46,7 @@ SRCS= blockframe.c core.c gdbtypes.c main.c source.c \
copying.c fork-child.c m2-valprint.c serial.c version.c \
dis-buf.c solib.c
-CLEANFILES+= y.tab.h c-exp.c ch-exp.c m2-exp.c
+CLEANFILES+= c-exp.tab.h ch-exp.tab.h m2-exp.tab.h c-exp.c ch-exp.c m2-exp.c
LDADD= $(LIBBFD) $(LIBREADLINE) $(LIBIBERTY)
DPADD= $(LIBBFD) $(LIBREADLINE) $(LIBIBERTY)