diff options
author | Jim Blandy <jimb@codesourcery.com> | 2001-05-12 04:09:38 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2001-05-12 04:09:38 +0000 |
commit | 529acb4893cc8ffc81478a61d79da6311b4f3820 (patch) | |
tree | a43bb61f63a82f4b1658bcb1b57feb8703d9058e | |
parent | 666547aa9ebfac79a2f7607e0621f6a55c8c6f30 (diff) | |
download | gdb-529acb4893cc8ffc81478a61d79da6311b4f3820.zip gdb-529acb4893cc8ffc81478a61d79da6311b4f3820.tar.gz gdb-529acb4893cc8ffc81478a61d79da6311b4f3820.tar.bz2 |
* Makefile.in (gnu-v2-abi.o): Add $(demangle_h) to list of
dependencies. Reorder dependencies to match #includes in file,
for easier verification.
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/Makefile.in | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 09c4788..bbf7300 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2001-05-11 Jim Blandy <jimb@redhat.com> + + * Makefile.in (gnu-v2-abi.o): Add $(demangle_h) to list of + dependencies. Reorder dependencies to match #includes in file, + for easier verification. + Fri May 11 13:32:50 2001 Andrew Cagney <cagney@b1.cygnus.com> * breakpoint.c: Replace ui_out_list_begin, ui_out_list_end and diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 27204b2..bdacdbf 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1492,8 +1492,8 @@ go32-nat.o: go32-nat.c $(defs_h) $(inferior_h) gdb_wait.h $(gdbcore_h) \ gnu-nat.o: process_reply_S.h exc_request_S.h notify_S.h msg_reply_S.h \ exc_request_U.h msg_U.h gnu-nat.h -gnu-v2-abi.o: gnu-v2-abi.c $(defs_h) $(cp_abi_h) $(gdb_string_h) $(symtab_h) \ - $(gdbtypes_h) $(value_h) +gnu-v2-abi.o: gnu-v2-abi.c $(defs_h) $(gdb_string_h) $(symtab_h) \ + $(gdbtypes_h) $(value_h) $(demangle_h) $(cp_abi_h) h8300-tdep.o: h8300-tdep.c $(defs_h) $(frame_h) $(symtab_h) $(regcache_h) |