diff options
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 268c2c6..85706a5 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1189,6 +1189,7 @@ SFILES = \ ui-file.h \ ui-out.c \ user-regs.c \ + user-selection.c \ utils.c \ valarith.c \ valops.c \ @@ -1791,6 +1792,7 @@ COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \ ui-file.o \ ui-out.o \ user-regs.o \ + user-selection.o \ utils.o \ utils-selftests.o \ valarith.o \ |