diff options
author | Mark Kettenis <kettenis@gnu.org> | 2002-08-20 17:38:46 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2002-08-20 17:38:46 +0000 |
commit | 1813b615019f69565d09927c3d04fca1c988b9e7 (patch) | |
tree | 1e8572e9a1433cd6d121d95b88e12de71accd832 /gdb/Makefile.in | |
parent | 03a21c335683d293b6ff5b75bcc8f55f6546cda8 (diff) | |
download | gdb-1813b615019f69565d09927c3d04fca1c988b9e7.tar.gz |
*** empty log message ***
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 81be8c9bb2c..f079a8d3447 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1255,8 +1255,8 @@ ALLDEPFILES = a68v-nat.c \ dcache.c delta68-nat.c dpx2-nat.c dstread.c exec.c fork-child.c \ go32-nat.c h8300-tdep.c h8500-tdep.c \ hp300ux-nat.c hppa-tdep.c hppab-nat.c hppah-nat.c hpread.c \ - i386-tdep.c i386b-nat.c i386mach-nat.c i386v-nat.c i386-linux-nat.c \ - i386m3-nat.c i386v4-nat.c i386ly-tdep.c \ + i386-tdep.c i386b-nat.c i386v-nat.c i386-linux-nat.c \ + i386v4-nat.c i386ly-tdep.c \ i386bsd-nat.c i386bsd-tdep.c i386fbsd-nat.c \ i387-tdep.c \ i386-linux-tdep.c i386-nat.c \ @@ -1691,11 +1691,11 @@ 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) \ $(regcache_h) -i386m3-nat.o: i386m3-nat.c $(defs_h) $(inferior_h) $(floatformat_h) $(target_h) \ - $(regcache_h) +# OBSOLETE i386m3-nat.o: i386m3-nat.c $(defs_h) $(inferior_h) $(floatformat_h) $(target_h) \ +# OBSOLETE $(regcache_h) -i386mach-nat.o: i386mach-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) \ - $(regcache_h) +# OBSOLETE i386mach-nat.o: i386mach-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) \ +# OBSOLETE $(regcache_h) i386v-nat.o: i386v-nat.c $(floatformat_h) $(defs_h) $(gdbcore_h) \ $(inferior_h) $(language_h) $(target_h) |