summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-01-12 16:55:47 +0000
committerderaadt <deraadt@openbsd.org>1996-01-12 16:55:47 +0000
commitdb9a75d83e248f0dd90255235ecf6577a1ff04de (patch)
treeb62f486408d5b1a7f54861f603d6ffe1e78a39ac
parentSIGBUS is an alignment fault. SIGSEGV is an access violation (diff)
downloadwireguard-openbsd-db9a75d83e248f0dd90255235ecf6577a1ff04de.tar.xz
wireguard-openbsd-db9a75d83e248f0dd90255235ecf6577a1ff04de.zip
clean better
-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)