aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2005-05-12 21:23:17 +0000
committerEli Zaretskii <eliz@gnu.org>2005-05-12 21:23:17 +0000
commiteaae39195e3ebc6d1bd7d9d5750552184c32dc1f (patch)
tree7313fe0aa7ee49de3a376f5f7e7241e830ead407 /gdb/Makefile.in
parente0ecbda10dcbd7c79487d31d70ca88658be05e30 (diff)
downloadgdb-eaae39195e3ebc6d1bd7d9d5750552184c32dc1f.zip
gdb-eaae39195e3ebc6d1bd7d9d5750552184c32dc1f.tar.gz
gdb-eaae39195e3ebc6d1bd7d9d5750552184c32dc1f.tar.bz2
* Makefile.in (go32-nat.o): Add $(top_h) to prerequisites.
* go32-nat.c: Include top.h. Update copyright years. (init_go32_ops): Override the default value of gdbinit[] with "gdb.ini". * cli/cli-cmds.c (init_cli_cmds): Use gdbinit[] instead of a compile-time literal string GDBINIT_FILENAME. * top.c (PATH_MAX): Define if not defined. (gdbinit): Declare with a constant size PATH_MAX. * config/i386/go32.mh (XM_FILE): Remove. * config/i386/xm-go32.h: Remove file.
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 a971bff..4241ffd 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1993,7 +1993,7 @@ gnu-v3-abi.o: gnu-v3-abi.c $(defs_h) $(value_h) $(cp_abi_h) $(cp_support_h) \
go32-nat.o: go32-nat.c $(defs_h) $(inferior_h) $(gdb_wait_h) $(gdbcore_h) \
$(command_h) $(gdbcmd_h) $(floatformat_h) $(buildsym_h) \
$(i387_tdep_h) $(i386_tdep_h) $(value_h) $(regcache_h) \
- $(gdb_string_h)
+ $(gdb_string_h) $(top_h)
h8300-tdep.o: h8300-tdep.c $(defs_h) $(value_h) $(arch_utils_h) $(regcache_h) \
$(gdbcore_h) $(objfiles_h) $(gdb_assert_h) $(dis_asm_h) \
$(dwarf2_frame_h) $(frame_base_h) $(frame_unwind_h)