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] Makefile.in: mipsread.o doesn't depend on partial-stab.h



This must have been accurate in the past, but not now.

I am cheking this in as an obvious fix.

Elena

2001-10-01  Elena Zannoni <ezannoni@redhat.com>
 
       * Makefile.in (mipsread.o): Remove old dependency on partial-stab.h.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.117
diff -u -r1.117 Makefile.in
--- Makefile.in	2001/10/02 02:51:41	1.117
+++ Makefile.in	2001/10/02 02:52:32
@@ -1695,7 +1695,7 @@
 
 mipsread.o: mipsread.c buildsym.h complaints.h $(bfd_h) $(defs_h) \
 	$(expression_h) gdb-stabs.h $(gdbcore_h) $(gdbtypes_h) language.h \
-	objfiles.h partial-stab.h stabsread.h $(symfile_h) $(symtab_h) \
+	objfiles.h stabsread.h $(symfile_h) $(symtab_h) \
 	$(gdb_string_h)
 
 mipsv4-nat.o: mipsv4-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) $(target_h) \


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