diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-04-21 22:03:10 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-04-21 22:03:10 +0000 |
commit | e9ed6d011ccc0214041a532a9d84919609b6f99e (patch) | |
tree | 14c9361c563e59e77acd7699a6d3c4e764f08f2d /gdb/Makefile.in | |
parent | 3601203380802029af52392c3970f15f96816402 (diff) | |
download | gdb-e9ed6d011ccc0214041a532a9d84919609b6f99e.zip gdb-e9ed6d011ccc0214041a532a9d84919609b6f99e.tar.gz gdb-e9ed6d011ccc0214041a532a9d84919609b6f99e.tar.bz2 |
* Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
(alphabsd-nat.o): New dependency list.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index eb42d32..4eb39d6 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1173,8 +1173,10 @@ unexport CHILLFLAGS CHILL_LIB CHILL_FOR_TARGET : ALLDEPFILES = 29k-share/udi/udip2soc.c 29k-share/udi/udr.c \ 29k-share/udi/udi2go32.c \ - a29k-tdep.c a68v-nat.c alpha-nat.c alpha-tdep.c alpha-linux-tdep.c \ - alphafbsd-tdep.c arm-linux-nat.c arm-linux-tdep.c arm-tdep.c \ + a29k-tdep.c a68v-nat.c \ + alpha-nat.c alphabsd-nat.c alpha-tdep.c alpha-linux-tdep.c \ + alphafbsd-tdep.c \ + arm-linux-nat.c arm-linux-tdep.c arm-tdep.c \ armnbsd-nat.c armnbsd-tdep.c \ coff-solib.c \ core-sol2.c core-regset.c core-aout.c corelow.c \ @@ -1240,6 +1242,9 @@ a68v-nat.o: a68v-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) \ alpha-nat.o: alpha-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) $(target_h) \ $(regcache_h) alpha-tdep.h +alphabsd-nat.o: alphabsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \ + alpha-tdep.h + alpha-tdep.o: alpha-tdep.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) \ $(inferior_h) $(symtab_h) $(dis_asm_h) $(gdb_string_h) $(linespec_h) \ $(regcache_h) $(doublest_h) $(BFD_SRC)/elf-bfd.h alpha-tdep.h |