aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-04-25 21:45:56 +0000
committerMark Mitchell <mark@codesourcery.com>2005-04-25 21:45:56 +0000
commit011825f07deeb357176f2b9efc6f8da330b89f89 (patch)
treee70e96ce5e2ccc37e7b9b6e9e4c7d63cfbe996e3 /gdb/Makefile.in
parent6d633fd2827c7c46c05c45b75781ca8ab6a9afce (diff)
downloadgdb-011825f07deeb357176f2b9efc6f8da330b89f89.zip
gdb-011825f07deeb357176f2b9efc6f8da330b89f89.tar.gz
gdb-011825f07deeb357176f2b9efc6f8da330b89f89.tar.bz2
* event-loop.c (gdb_assert.h): Include.
(<windows.h>): Include under Windows. (<io.h>): Likeiwse. (gdb_select): New function. (gdb_wait_for_event): Use it. * Makefile.in (event-loop.o): Depend on $(gdb_assert_h).
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index e60a3e5..fdbb819 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1910,7 +1910,7 @@ eval.o: eval.c $(defs_h) $(gdb_string_h) $(symtab_h) $(gdbtypes_h) \
$(f_lang_h) $(cp_abi_h) $(infcall_h) $(objc_lang_h) $(block_h) \
$(parser_defs_h) $(cp_support_h)
event-loop.o: event-loop.c $(defs_h) $(event_loop_h) $(event_top_h) \
- $(gdb_string_h) $(exceptions_h)
+ $(gdb_string_h) $(exceptions_h) $(gdb_assert_h)
event-top.o: event-top.c $(defs_h) $(top_h) $(inferior_h) $(target_h) \
$(terminal_h) $(event_loop_h) $(event_top_h) $(interps_h) \
$(exceptions_h) $(gdbcmd_h) $(readline_h) $(readline_history_h)