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]
Other format: [Raw text]

[PATCH] Add dependency doublest.o -> gdbtypes.h



Checked in as obvious, since doublest.c includes gdbtypes.h directly.

2001-11-14  Michael Snyder  <msnyder@redhat.com>

	* Makefile.in (doublest.o): Add dependency on gdbtypes.h.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.126
diff -p -r1.126 Makefile.in
*** Makefile.in	2001/11/08 04:39:04	1.126
--- Makefile.in	2001/11/14 18:35:48
*************** c-typeprint.o: c-typeprint.c c-lang.h $(
*** 1270,1276 ****
  c-valprint.o: c-valprint.c $(defs_h) $(expression_h) $(gdbtypes_h) \
  	$(language_h) $(symtab_h) $(valprint_h) $(value_h) $(cp_abi_h)
  
! doublest.o: doublest.c $(defs_h) $(doublest_h) $(floatformat_h) \
  	gdb_assert.h gdb_string.h
  
  f-lang.o: f-lang.c f-lang.h $(defs_h) $(expression_h) $(gdbtypes_h) \
--- 1270,1276 ----
  c-valprint.o: c-valprint.c $(defs_h) $(expression_h) $(gdbtypes_h) \
  	$(language_h) $(symtab_h) $(valprint_h) $(value_h) $(cp_abi_h)
  
! doublest.o: doublest.c $(defs_h) $(doublest_h) $(floatformat_h) $(gdbtypes_h) \
  	gdb_assert.h gdb_string.h
  
  f-lang.o: f-lang.c f-lang.h $(defs_h) $(expression_h) $(gdbtypes_h) \


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