diff options
author | Kevin Buettner <kevinb@redhat.com> | 2002-07-30 19:59:06 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2002-07-30 19:59:06 +0000 |
commit | c41669e09aa7230074f63cda6d1c663320bbd2f1 (patch) | |
tree | d038ebc2ad0ba76982cee44577782888eae1b564 /gdb/Makefile.in | |
parent | 460597bab5ea450ca0c76f80d7ee5f0ba9f62db7 (diff) | |
download | gdb-c41669e09aa7230074f63cda6d1c663320bbd2f1.zip gdb-c41669e09aa7230074f63cda6d1c663320bbd2f1.tar.gz gdb-c41669e09aa7230074f63cda6d1c663320bbd2f1.tar.bz2 |
Configury changes to enable recently added AIX thread support.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 1c70852..d6bdc0b 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1215,6 +1215,7 @@ MAKEOVERRIDES= unexport CHILLFLAGS CHILL_LIB CHILL_FOR_TARGET : ALLDEPFILES = a68v-nat.c \ + aix-thread.c \ alpha-nat.c alphabsd-nat.c \ alpha-tdep.c alpha-linux-tdep.c alphabsd-tdep.c alphanbsd-tdep.c \ alpha-osf1-tdep.c alphafbsd-tdep.c \ @@ -1275,6 +1276,10 @@ ALLDEPFILES = a68v-nat.c \ a68v-nat.o: a68v-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) \ $(regcache_h) +aix-thread.o: aix-thread.c $(defs_h) $(gdbcore_h) $(gdbthread_h) \ + $(inferior_h) $(target_h) $(regcache_h) $(gdbcmd_h) $(gdb_assert_h) \ + $(ppc_tdep_h) $(language_h) + alpha-nat.o: alpha-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) $(target_h) \ $(regcache_h) $(alpha_tdep_h) @@ -2082,7 +2087,8 @@ rom68k-rom.o: rom68k-rom.c $(monitor_h) $(bfd_h) $(gdb_wait_h) $(defs_h) \ rs6000-nat.o: rs6000-nat.c $(bfd_h) $(defs_h) $(inferior_h) $(target_h) \ $(gdbcore_h) $(xcoffsolib_h) $(symfile_h) $(objfiles_h) \ - $(gdb_stabs_h) $(regcache_h) $(arch_utils_h) + $(gdb_stabs_h) $(regcache_h) $(arch_utils_h) $(language_h) \ + $(ppc_tdep_h) rs6000-tdep.o: rs6000-tdep.c $(defs_h) $(gdbcore_h) $(inferior_h) \ $(target_h) $(ppc_tdep_h) $(regcache_h) $(value_h) $(parser_defs_h) |