diff options
author | Mark Kettenis <kettenis@gnu.org> | 2001-07-14 09:50:25 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2001-07-14 09:50:25 +0000 |
commit | 0123ceaf7cd087b84b43c6eb203acdc059a68576 (patch) | |
tree | 829558443f54809b357cd6789736c65e07b8d6bd /gdb/Makefile.in | |
parent | 3414af1c3910144f6be1ce2106f08c1062cb4833 (diff) | |
download | gdb-0123ceaf7cd087b84b43c6eb203acdc059a68576.zip gdb-0123ceaf7cd087b84b43c6eb203acdc059a68576.tar.gz gdb-0123ceaf7cd087b84b43c6eb203acdc059a68576.tar.bz2 |
* Makefile.in (ALLDEPFILES): Add i386bsd-nat.c and i386bsd-tdep.c
(i386bsd-tdep.o, i386bsd-nat.o): New targets.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 236368d..71f7272 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1150,6 +1150,7 @@ ALLDEPFILES = 29k-share/udi/udip2soc.c 29k-share/udi/udr.c \ hp-psymtab-read.c hp-symtab-read.c \ i386-tdep.c i386b-nat.c i386mach-nat.c i386v-nat.c i386-linux-nat.c \ i386aix-nat.c i386m3-nat.c i386v4-nat.c i386ly-tdep.c \ + i386bsd-nat.c i386bsd-tdep.c \ i387-tdep.c \ i386-linux-tdep.c i386-nat.c \ i960-tdep.c \ @@ -1530,6 +1531,11 @@ i386aix-nat.o: i386aix-nat.c $(defs_h) $(frame_h) $(inferior_h) \ i386b-nat.o: i386b-nat.c $(defs_h) $(regcache_h) +i386bsd-tdep.o: i386bsd-tdep.c $(defs_h) $(frame_h) $(gdb_core_h) \ + $(regcache_h) + +i386bsd-nat.o: i386bsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) + i386ly-nat.o: i386ly-nat.c $(defs_h) $(frame_h) $(inferior_h) target.h i386ly-tdep.o: i386ly-tdep.c $(defs_h) $(inferior_h) target.h $(gdbcore_h) \ |