From eafe5e1c1c16ccbaff064af0d982a316a26d356c Mon Sep 17 00:00:00 2001 From: Andreas Schulz Date: Mon, 28 Nov 1994 17:19:52 +0000 Subject: [PATCH] Add the automatically generated files: y.tab.h c-exp.tab.c ch-exp.tab.c and m2-exp.tab.c to the CLEANFILES target. --- gnu/usr.bin/binutils/gdb/Makefile | 1 + gnu/usr.bin/gdb/gdb/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile index 32f07868b21e..70f0e0c0de74 100644 --- a/gnu/usr.bin/binutils/gdb/Makefile +++ b/gnu/usr.bin/binutils/gdb/Makefile @@ -1,5 +1,6 @@ PROG = gdb BINDIR= /usr/bin +CLEANFILES+= y.tab.h c-exp.tab.c ch-exp.tab.c m2-exp.tab.c SRCS = main.c blockframe.c breakpoint.c findvar.c stack.c thread.c \ source.c values.c eval.c valops.c valarith.c valprint.c printcmd.c \ symtab.c symfile.c symmisc.c infcmd.c infrun.c command.c utils.c \ diff --git a/gnu/usr.bin/gdb/gdb/Makefile b/gnu/usr.bin/gdb/gdb/Makefile index 32f07868b21e..70f0e0c0de74 100644 --- a/gnu/usr.bin/gdb/gdb/Makefile +++ b/gnu/usr.bin/gdb/gdb/Makefile @@ -1,5 +1,6 @@ PROG = gdb BINDIR= /usr/bin +CLEANFILES+= y.tab.h c-exp.tab.c ch-exp.tab.c m2-exp.tab.c SRCS = main.c blockframe.c breakpoint.c findvar.c stack.c thread.c \ source.c values.c eval.c valops.c valarith.c valprint.c printcmd.c \ symtab.c symfile.c symmisc.c infcmd.c infrun.c command.c utils.c \