* Makefile.in (memattr.o): Add missing dependencies rule.
This commit is contained in:
parent
0fc6163719
commit
88fe217c0b
@ -1,3 +1,7 @@
|
||||
2002-02-03 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* Makefile.in (memattr.o): Add missing dependencies rule.
|
||||
|
||||
2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
|
||||
|
||||
* breakpoint.c (break_at_finish_command): Really export.
|
||||
|
@ -1727,6 +1727,9 @@ os9kread.o: os9kread.c $(buildsym_h) $(complaints_h) $(bfd_h) $(defs_h) \
|
||||
|
||||
mem-break.o: mem-break.c $(defs_h)
|
||||
|
||||
memattr.o: memattr.c $(defs_h) $(command_h) $(gdbcmd_h) $(memattr_h) \
|
||||
$(target_h) $(value_h) $(language_h) $(gdb_string_h)
|
||||
|
||||
minsyms.o: minsyms.c $(bfd_h) $(defs_h) $(objfiles_h) $(symfile_h) \
|
||||
$(symtab_h) $(gdb_string_h) $(value_h) $(cp_abi_h)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user