summaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2001-05-12 04:09:38 +0000
committerJim Blandy <jimb@codesourcery.com>2001-05-12 04:09:38 +0000
commit34815c0b76de06ad9be2af6026e79e56cf7ab554 (patch)
treed7937d345294c69e8d107c8ea2e749850b55727c /gdb/Makefile.in
parentb6953506f4d41d46e87650188520283158c37a51 (diff)
downloadgdb-34815c0b76de06ad9be2af6026e79e56cf7ab554.tar.gz
* Makefile.in (gnu-v2-abi.o): Add $(demangle_h) to list of
dependencies. Reorder dependencies to match #includes in file, for easier verification.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 27204b20ec6..bdacdbf389d 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)