This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


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

Re: [fyi] fix gdb's regcache.h depedencies


And the following, it isn't my day :-(

	Andrew
2001-03-01  Andrew Cagney  <ac131313@redhat.com>
  
	* Makefile.in (gdbtk-cmds.o): Add $(regcache_h) to dependency
	lists.
	(mi-main.o): Ditto.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.64
diff -p -r1.64 Makefile.in
*** Makefile.in	2001/03/01 15:49:13	1.64
--- Makefile.in	2001/03/01 16:08:57
*************** gdbtk-cmds.o: $(srcdir)/gdbtk/generic/gd
*** 1411,1417 ****
  	$(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
  	$(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS)	\
  	$(TIX_CFLAGS) $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS)		\
  	$(GDBTK_CFLAGS) $(srcdir)/gdbtk/generic/gdbtk-cmds.c				\
--- 1411,1417 ----
  	$(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 $(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				\
*************** mi-cmd-disas.o: $(srcdir)/mi/mi-cmd-disa
*** 2143,2149 ****
  	$(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)
  	$(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
--- 2143,2149 ----
  	$(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) $(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

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