This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[patch] Add missing $(ui_out_h) dependencies to Makefile.in


Just FYI,  these have been missing for a long time :-(

	Andrew
2001-06-09  Andrew Cagney  <ac131313@redhat.com>

	* Makefile.in (gdbcmd_h): Add ui_out_h.
	(breakpoint.o, infcmd.o, main.o, printcmd.o, stack.o): Ditto.
	(thread.o, top.o): Ditto.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.89
diff -p -r1.89 Makefile.in
*** Makefile.in	2001/05/26 00:52:13	1.89
--- Makefile.in	2001/06/10 00:36:58
*************** value_h =	value.h $(symtab_h) $(gdbtypes
*** 588,594 ****
  breakpoint_h =	breakpoint.h $(frame_h) $(value_h)
  
  command_h =	command.h
! gdbcmd_h =	gdbcmd.h $(command_h)
  call_cmds_h =	call-cmds.h
  regcache_h =	regcache.h
  
--- 588,594 ----
  breakpoint_h =	breakpoint.h $(frame_h) $(value_h)
  
  command_h =	command.h
! gdbcmd_h =	gdbcmd.h $(command_h) $(ui_out_h)
  call_cmds_h =	call-cmds.h
  regcache_h =	regcache.h
  
*************** blockframe.o: blockframe.c $(defs_h) $(g
*** 1222,1228 ****
  
  breakpoint.o: breakpoint.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
  	$(inferior_h) language.h target.h gdbthread.h $(gdb_string_h) \
! 	gdb-events.h linespec.h
  
  buildsym.o: buildsym.c $(bfd_h) buildsym.h complaints.h $(defs_h) \
  	objfiles.h symfile.h $(symtab_h) $(gdb_string_h)
--- 1222,1228 ----
  
  breakpoint.o: breakpoint.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
  	$(inferior_h) language.h target.h gdbthread.h $(gdb_string_h) \
! 	gdb-events.h linespec.h $(ui_out_h)
  
  buildsym.o: buildsym.c $(bfd_h) buildsym.h complaints.h $(defs_h) \
  	objfiles.h symfile.h $(symtab_h) $(gdb_string_h)
*************** ia64-tdep.o: ia64-tdep.c $(defs_h) $(inf
*** 1569,1575 ****
  	$(INCLUDE_DIR)/elf/common.h $(regcache_h)
  
  infcmd.o: infcmd.c $(defs_h) environ.h $(gdbcmd_h) $(gdbcore_h) \
! 	$(inferior_h) target.h language.h symfile.h $(gdb_string_h)
  
  inflow.o: inflow.c $(bfd_h) $(command_h) $(defs_h) $(inferior_h) \
  	target.h terminal.h gdbthread.h $(gdb_string_h)
--- 1569,1576 ----
  	$(INCLUDE_DIR)/elf/common.h $(regcache_h)
  
  infcmd.o: infcmd.c $(defs_h) environ.h $(gdbcmd_h) $(gdbcore_h) \
! 	$(inferior_h) target.h language.h symfile.h $(gdb_string_h) \
! 	$(ui_out_h)
  
  inflow.o: inflow.c $(bfd_h) $(command_h) $(defs_h) $(inferior_h) \
  	target.h terminal.h gdbthread.h $(gdb_string_h)
*************** m88k-tdep.o: m88k-tdep.c $(defs_h) $(gdb
*** 1652,1658 ****
  mac-nat.o: mac-nat.c $(defs_h) $(gdb_string_h) $(regcache_h)
  
  main.o: main.c top.h $(defs_h) $(gdb_string_h) $(event_loop_h) \
! 	symfile.h  $(gdbcore_h) $(srcdir)/tui/tui-file.h
  
  maint.o: maint.c $(defs_h) $(gdbcmd_h) $(gdbtypes_h) $(symtab_h) language.h \
  	$(expression_h) objfiles.h symfile.h
--- 1653,1659 ----
  mac-nat.o: mac-nat.c $(defs_h) $(gdb_string_h) $(regcache_h)
  
  main.o: main.c top.h $(defs_h) $(gdb_string_h) $(event_loop_h) \
! 	symfile.h  $(gdbcore_h) $(srcdir)/tui/tui-file.h $(ui_out_h)
  
  maint.o: maint.c $(defs_h) $(gdbcmd_h) $(gdbtypes_h) $(symtab_h) language.h \
  	$(expression_h) objfiles.h symfile.h
*************** ppcbug-rom.o: ppcbug-rom.c monitor.h $(b
*** 1775,1781 ****
  
  printcmd.o: printcmd.c $(breakpoint_h) $(defs_h) $(expression_h) \
  	$(gdbcmd_h) $(gdbcore_h) $(gdbtypes_h) language.h objfiles.h \
! 	symfile.h $(symtab_h) target.h $(gdb_string_h)
  
  # FIXME: Procfs.o gets -Wformat errors because things like pid_t don't
  # match output format strings.
--- 1776,1782 ----
  
  printcmd.o: printcmd.c $(breakpoint_h) $(defs_h) $(expression_h) \
  	$(gdbcmd_h) $(gdbcore_h) $(gdbtypes_h) language.h objfiles.h \
! 	symfile.h $(symtab_h) target.h $(gdb_string_h) $(ui_out_h)
  
  # FIXME: Procfs.o gets -Wformat errors because things like pid_t don't
  # match output format strings.
*************** solib-legacy.o: solib-legacy.c $(defs_h)
*** 1969,1975 ****
  
  source.o: source.c $(defs_h) $(expression_h) $(frame_h) $(gdbcmd_h) \
  	$(gdbcore_h) language.h objfiles.h gnu-regex.h symfile.h $(symtab_h) \
! 	$(gdb_string_h) source.h completer.h linespec.h
  
  sparc-nat.o: sparc-nat.c $(bfd_h) $(defs_h) $(inferior_h) $(gdbcore_h) \
  	target.h $(regcache_h)
--- 1970,1976 ----
  
  source.o: source.c $(defs_h) $(expression_h) $(frame_h) $(gdbcmd_h) \
  	$(gdbcore_h) language.h objfiles.h gnu-regex.h symfile.h $(symtab_h) \
! 	$(gdb_string_h) source.h completer.h linespec.h $(ui_out_h)
  
  sparc-nat.o: sparc-nat.c $(bfd_h) $(defs_h) $(inferior_h) $(gdbcore_h) \
  	target.h $(regcache_h)
*************** stabsread.o: stabsread.c $(bfd_h) $(INCL
*** 1988,1994 ****
  	$(gdb_string_h)
  
  stack.o: stack.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) $(inferior_h) \
! 	language.h target.h $(gdb_string_h)
  
  ui-file.o: ui-file.c $(defs_h) ui-file.h
  tui-file.o: $(srcdir)/tui/tui-file.c $(defs_h) $(srcdir)/tui/tui-file.h
--- 1989,1995 ----
  	$(gdb_string_h)
  
  stack.o: stack.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) $(inferior_h) \
! 	language.h target.h $(gdb_string_h) $(ui_out_h)
  
  ui-file.o: ui-file.c $(defs_h) ui-file.h
  tui-file.o: $(srcdir)/tui/tui-file.c $(defs_h) $(srcdir)/tui/tui-file.h
*************** tic80-tdep.o: tic80-tdep.c $(defs_h) $(r
*** 2029,2035 ****
  target.o: target.c $(bfd_h) $(defs_h) $(gdbcmd_h) $(inferior_h) \
  	objfiles.h symfile.h target.h $(gdb_string_h) $(regcache_h)
  
! thread.o: thread.c $(defs_h) gdbthread.h $(gdbcmd_h) target.h $(regcache_h)
  
  completer.o: completer.c completer.h $(gdbtypes_h) $(symtab_h) \
  	$(defs_h) $(gdbcmd_h) $(expression_h) $(readline_headers)
--- 2030,2037 ----
  target.o: target.c $(bfd_h) $(defs_h) $(gdbcmd_h) $(inferior_h) \
  	objfiles.h symfile.h target.h $(gdb_string_h) $(regcache_h)
  
! thread.o: thread.c $(defs_h) gdbthread.h $(gdbcmd_h) target.h \
! 	$(regcache_h) $(ui_out_h)
  
  completer.o: completer.c completer.h $(gdbtypes_h) $(symtab_h) \
  	$(defs_h) $(gdbcmd_h) $(expression_h) $(readline_headers)
*************** completer.o: completer.c completer.h $(g
*** 2037,2043 ****
  top.o: top.c top.h $(bfd_h) $(getopt_h) $(readline_headers) call-cmds.h \
  	$(defs_h) $(gdbcmd_h) $(inferior_h) language.h \
  	$(remote_utils_h) $(gdb_string_h) $(event_loop_h) $(event_top_h) \
! 	completer.h $(version_h)
  
  typeprint.o: typeprint.c $(defs_h) $(expression_h) $(gdbcmd_h) \
  	$(gdbcore_h) $(gdbtypes_h) language.h $(symtab_h) target.h \
--- 2039,2045 ----
  top.o: top.c top.h $(bfd_h) $(getopt_h) $(readline_headers) call-cmds.h \
  	$(defs_h) $(gdbcmd_h) $(inferior_h) language.h \
  	$(remote_utils_h) $(gdb_string_h) $(event_loop_h) $(event_top_h) \
! 	completer.h $(version_h) $(ui_out_h)
  
  typeprint.o: typeprint.c $(defs_h) $(expression_h) $(gdbcmd_h) \
  	$(gdbcore_h) $(gdbtypes_h) language.h $(symtab_h) target.h \

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]