summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-03-01 16:13:18 +0000
committerAndrew Cagney <cagney@redhat.com>2001-03-01 16:13:18 +0000
commitc32a5a6e43ad13ca03568e95c943ccf9ddae7458 (patch)
treec495f95b863abe45811eb6584d3ec61131337149 /gdb
parentc948cbab99666c9bc73de2833282d3d96751025d (diff)
downloadgdb-c32a5a6e43ad13ca03568e95c943ccf9ddae7458.tar.gz
* Makefile.in (gdbtk-cmds.o): Add $(regcache_h) to dependency
lists. (mi-main.o): Ditto.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog6
-rw-r--r--gdb/Makefile.in4
2 files changed, 8 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2beec9aaf5e..d498458cc07 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2001-03-01 Andrew Cagney <ac131313@redhat.com>
+ * Makefile.in (gdbtk-cmds.o): Add $(regcache_h) to dependency
+ lists.
+ (mi-main.o): Ditto.
+
+2001-03-01 Andrew Cagney <ac131313@redhat.com>
+
* Makefile.in (regcache_h): Define. Add $(regcache_h) to
dependency lists.
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index cc277947204..01165a052e7 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1411,7 +1411,7 @@ gdbtk-cmds.o: $(srcdir)/gdbtk/generic/gdbtk-cmds.c \
$(srcdir)/gdbtk/generic/gdbtk.h \
$(defs_h) $(symtab_h) $(inferior_h) \
$(command_h) $(bfd_h) $(top_h) symfile.h objfiles.h target.h \
- gdb_string.h $(tracepoint_h) $(frame_h) source.h
+ gdb_string.h $(tracepoint_h) $(frame_h) source.h $(regcache_h)
$(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \
$(TIX_CFLAGS) $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \
$(GDBTK_CFLAGS) $(srcdir)/gdbtk/generic/gdbtk-cmds.c \
@@ -2143,7 +2143,7 @@ mi-cmd-disas.o: $(srcdir)/mi/mi-cmd-disas.c $(defs_h) $(mi_cmds_h) \
$(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-cmd-disas.c
mi-main.o: $(srcdir)/mi/mi-main.c $(defs_h) $(top_h) $(mi_cmds_h) $(ui_out_h) \
$(mi_console_h) $(mi_getopt_h) $(event_loop_h) $(event_top_h) \
- $(mi_getopt_h)
+ $(mi_getopt_h) $(regcache_h)
$(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/mi/mi-main.c
mi-out.o: $(srcdir)/mi/mi-out.c $(defs_h) $(mi_out_h) $(ui_out_h)
$(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/mi/mi-out.c