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]

[COMMIT] Oops! Fix Makefile.in typo


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

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.675
diff -u -p -r1.675 Makefile.in
--- Makefile.in 7 Dec 2004 19:57:21 -0000 1.675
+++ Makefile.in 7 Dec 2004 22:08:13 -0000
@@ -2089,7 +2089,7 @@ inf-ptrace.o: inf-ptrace.c $(defs_h) $(c
 	$(gdbcore_h) $(observer_h) $(gdb_string_h) $(gdb_ptrace_h) \
 	$(gdb_wait_h) $(inf_child_h)
 inf-ttrace.o: inf-ttrace.c $(defs_h) $(command_h) $(gdbcore_h) \
-	$(gdbthread_h)$(inferior_h) $(observer_h) $(target_h) \
+	$(gdbthread_h) $(inferior_h) $(observer_h) $(target_h) \
 	$(gdb_assert_h) $(gdb_string_h) $(inf_child_h) $(inf_ttrace_h)
 infptrace.o: infptrace.c $(defs_h) $(command_h) $(frame_h) $(gdbcore_h) \
 	$(inferior_h) $(regcache_h) $(target_h) $(gdb_assert_h) \


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