diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2002-08-27 19:06:36 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2002-08-27 19:06:36 +0000 |
commit | e1507482f5e624c7fcc9d4365f75de6ae7d010e1 (patch) | |
tree | 91da6a738943037771cb0504aa3e689c482cbfdf /gdb/Makefile.in | |
parent | ad5211bec58c208be9512e73da9cb1b982e8d4fe (diff) | |
download | gdb-e1507482f5e624c7fcc9d4365f75de6ae7d010e1.zip gdb-e1507482f5e624c7fcc9d4365f75de6ae7d010e1.tar.gz gdb-e1507482f5e624c7fcc9d4365f75de6ae7d010e1.tar.bz2 |
2002-08-27 Elena Zannoni <ezannoni@redhat.com>
* cli/cli-script.h (copy_command_lines): Export.
* breakpoint.c: Include cli/cli-script.h.
* Makefile.in (breakpoint.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index eebf6c2..9cf7eca 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1537,7 +1537,7 @@ blockframe.o: blockframe.c $(defs_h) $(gdbcore_h) $(inferior_h) \ breakpoint.o: breakpoint.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) \ $(inferior_h) $(language_h) $(target_h) $(gdbthread_h) \ $(gdb_string_h) $(gdb_events_h) $(linespec_h) $(ui_out_h) \ - $(completer_h) $(gdb_h) + $(completer_h) $(gdb_h) $(cli_script_h) buildsym.o: buildsym.c $(defs_h) $(bfd_h) $(gdb_obstack_h) $(symtab_h) \ $(symfile_h) $(objfiles_h) $(gdbtypes_h) $(complaints_h) \ |