diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-06-28 22:09:11 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-06-28 22:09:11 +0000 |
commit | 08c0b5bc8aa9a569238542b6d563b420e7c3261a (patch) | |
tree | ef4dafed63e16ed2580a66ab71d2711fe3ba1194 /gdb/Makefile.in | |
parent | 1f89801a697b0b94e03e95de213c3a839c023f40 (diff) | |
download | gdb-08c0b5bc8aa9a569238542b6d563b420e7c3261a.zip gdb-08c0b5bc8aa9a569238542b6d563b420e7c3261a.tar.gz gdb-08c0b5bc8aa9a569238542b6d563b420e7c3261a.tar.bz2 |
* Makefile.in (objfiles_h): Add $(bcache_h).
* objfiles.h: Include "bcache.h".
* Makefile.in (symtab_h): Remove $(bcache_h).
* symtab.h: Do not include "bcache.h".
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index ceba3e4..ef35ccc 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -641,7 +641,7 @@ macrotab_h = macrotab.h $(obstack_h) $(bcache_h) macroscope_h = macroscope.h $(macrotab_h) $(symtab_h) memattr_h = memattr.h monitor_h = monitor.h -objfiles_h = objfiles.h +objfiles_h = objfiles.h $(bcache_h) parser_defs_h = parser-defs.h $(doublest_h) ppc_tdep_h = ppc-tdep.h osabi.h regcache_h = regcache.h @@ -655,7 +655,7 @@ solist_h = solist.h source_h = source.h stabsread_h = stabsread.h symfile_h = symfile.h -symtab_h = symtab.h $(bcache_h) +symtab_h = symtab.h target_h = target.h $(bfd_h) $(symtab_h) $(dcache_h) $(memattr_h) terminal_h = terminal.h top_h = top.h |