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/SPARC-branch] Fix typo


Ouch.  Makefile.in had a circular dependency.  Fixed now.  It actually
does build now on my SPARCclassic under Solaris 2.6.

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
 
	* Makefile.in (sparc-sol2-nat.o): Fix typo.

 
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.445.2.1
diff -u -p -r1.445.2.1 Makefile.in
--- Makefile.in 18 Sep 2003 20:14:16 -0000 1.445.2.1
+++ Makefile.in 20 Sep 2003 14:47:15 -0000
@@ -2311,7 +2311,7 @@ sparc-sol2-tdep.o: sparc-sol2-tdep.c $(d
 	$(frame_unwind_h) $(gdbcore_h) $(symtab_h) $(objfiles_h) $(osabi_h) \
 	$(regcache_h) $(target_h) $(trad_frame_h) $(gdb_assert_h) \
 	$(gdb_string_h) $(sparc_tdep_h)
-sparc-sol2-nat.o: sparc-sol2-nat.o $(defs_h) $(gregset_h) $(regcache_h) \
+sparc-sol2-nat.o: sparc-sol2-nat.c $(defs_h) $(gregset_h) $(regcache_h) \
 	$(sparc_tdep_h)
 sparcbsd-nat.o: sparcbsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \
 	$(sparc64_tdep_h) $(sparcbsd_nat_h)


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