diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-07-10 21:06:34 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-07-10 21:06:34 +0000 |
commit | ba3a85231b0063f457e88e57edd12f244b6ceabc (patch) | |
tree | 8447c9eacb718c98ada7feed4a96cd80fa72866e /gdb/Makefile.in | |
parent | 2aa830e4a6c1e6f378b87ed37a5a239325a59982 (diff) | |
download | gdb-ba3a85231b0063f457e88e57edd12f244b6ceabc.zip gdb-ba3a85231b0063f457e88e57edd12f244b6ceabc.tar.gz gdb-ba3a85231b0063f457e88e57edd12f244b6ceabc.tar.bz2 |
* remote-utils.h (struct serial): Declare as opaque. Remove
include of "serial.h".
* Makefile.in (remote_utils_h): Update.
* monitor.h (struct serial): Declare as opaque. Remove include of
"serial.h".
(struct monitor_ops): Replace serial_t with `struct serial *'.
* monitor.c (monitor_desc): Ditto.
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 2491e5d..f943363 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -559,7 +559,7 @@ demangle_h = $(INCLUDE_DIR)/demangle.h obstack_h = $(INCLUDE_DIR)/obstack.h dcache_h = dcache.h -remote_utils_h = $(dcache_h) serial.h target.h remote-utils.h $(remote-sim_h) +remote_utils_h = remote-utils.h $(target_h) readline_headers = \ |