[PATCH] Fix dependencies

Mark Kettenis kettenis@wins.uva.nl
Mon Dec 4 15:28:00 GMT 2000


FYI,

symfile.c includes gdb-stabs.h, therefore I checked in the attached
patch.

Mark


2000-12-03  Mark Kettenis  <kettenis@gnu.org>

	* Makefile.in (symfile.o): Add gdb-stabs.h to dependencies list.


Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.50
diff -u -p -r1.50 Makefile.in
--- Makefile.in	2000/12/02 14:08:22	1.50
+++ Makefile.in	2000/12/04 23:26:38
@@ -1903,9 +1903,9 @@ sun3-nat.o: sun3-nat.c $(defs_h) $(gdbco
 sun386-nat.o: sun386-nat.c $(defs_h) $(inferior_h) $(gdbcore_h)
 
 symfile.o: symfile.c $(breakpoint_h) complaints.h $(defs_h) \
-	$(expression_h) $(gdbcmd_h) $(gdbcore_h) $(gdbtypes_h) \
-	language.h objfiles.h symfile.h $(symtab_h) target.h \
-	gdb_string.h completer.h
+	$(expression_h) gdb-stabs.h $(gdbcmd_h) $(gdbcore_h) \
+	$(gdbtypes_h) language.h objfiles.h symfile.h $(symtab_h) \
+	target.h gdb_string.h completer.h
 
 symm-tdep.o: symm-tdep.c $(defs_h) $(gdbcore_h) $(inferior_h)
 


More information about the Gdb-patches mailing list