diff options
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index ea32091..6960bdc 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 \ |