From: Stu Grossman Date: Fri, 9 Oct 1992 00:49:57 +0000 (+0000) Subject: Remove duplicate core.c entry from SFILES_MAINDIR. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7c1733577045252308e41db921abbbf4df262006;p=binutils-gdb.git Remove duplicate core.c entry from SFILES_MAINDIR. --- diff --git a/gdb/Makefile.in b/gdb/Makefile.in index ea32091cba7..6960bdc3765 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -195,7 +195,7 @@ FLAGS_TO_PASS = \ SFILES_MAINDIR = \ blockframe.c breakpoint.c command.c core.c demangle.c \ environ.c eval.c expprint.c findvar.c infcmd.c inflow.c infrun.c \ - main.c core.c printcmd.c gdbtypes.c \ + main.c printcmd.c gdbtypes.c \ remote.c source.c stack.c symmisc.c symtab.c symfile.c \ utils.c valarith.c valops.c valprint.c values.c c-exp.y m2-exp.y \ mem-break.c target.c \