aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2003-06-21 18:38:28 +0000
committerDaniel Jacobowitz <drow@false.org>2003-06-21 18:38:28 +0000
commit325ed0891530d43b77e4d77d300d849243cc6838 (patch)
treef07e9f448872fc874655f5960b45d951e230e700 /gdb/Makefile.in
parentc57bb9fa3e53d81d05b3f263797d4a68d6c9272f (diff)
downloadgdb-325ed0891530d43b77e4d77d300d849243cc6838.zip
gdb-325ed0891530d43b77e4d77d300d849243cc6838.tar.gz
gdb-325ed0891530d43b77e4d77d300d849243cc6838.tar.bz2
* Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
* cli/cli-cmds.c: Include "gdb_vfork.h". (shell_escape): Use vfork.
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 bd4f6cd..22c7aa9 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2416,7 +2416,7 @@ cli-cmds.o: $(srcdir)/cli/cli-cmds.c $(defs_h) $(completer_h) $(target_h) \
$(gdb_wait_h) $(gdb_regex_h) $(gdb_string_h) $(filenames_h) \
$(ui_out_h) $(top_h) $(cli_decode_h) $(cli_script_h) \
$(cli_setshow_h) $(cli_cmds_h) $(source_h) $(linespec_h) \
- $(expression_h) $(language_h) $(objfiles_h)
+ $(expression_h) $(language_h) $(objfiles_h) $(gdb_vfork_h)
$(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/cli/cli-cmds.c
cli-decode.o: $(srcdir)/cli/cli-decode.c $(defs_h) $(symtab_h) \
$(gdb_regex_h) $(gdb_string_h) $(ui_out_h) $(cli_cmds_h) \