aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-08-05 14:34:17 +0000
committerAndrew Cagney <cagney@redhat.com>2004-08-05 14:34:17 +0000
commit6f009c8ac5a34ac63b10ccab6d4d05df91099b0b (patch)
treeb9cf687fd63463da7ac11632c8fb0f907675bb62 /gdb/Makefile.in
parent9c8dbfa93743cdd33e6502bc2e2359212b742949 (diff)
downloadgdb-6f009c8ac5a34ac63b10ccab6d4d05df91099b0b.zip
gdb-6f009c8ac5a34ac63b10ccab6d4d05df91099b0b.tar.gz
gdb-6f009c8ac5a34ac63b10ccab6d4d05df91099b0b.tar.bz2
2004-08-05 Andrew Cagney <cagney@gnu.org>
* config/vax/xm-vax.h: Delete file. * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete. * config/vax/xm-vaxult2.h: Delete file. * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h. * config/vax/vaxult2.mh (XM_FILE): Delete. * config/vax/xm-vaxult.h: Delete file. * config/vax/vaxult.mh (XM_FILE): Delete. * config/vax/xm-vaxbsd.h: Delete file. * config/vax/vaxbsd.mh (XM_FILE): Delete.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index ad2618d..d4ff645 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1190,13 +1190,6 @@ gdb1$(EXEEXT): gdb$(EXEEXT)
rm -f gdb1$(EXEEXT)
cp gdb$(EXEEXT) gdb1$(EXEEXT)
-# FIXME. These are not generated by "make depend" because they only are there
-# for some machines.
-# But these rules don't do what we want; we want to hack the foo.o: tm.h
-# dependency to do the right thing.
-xm-vaxult.h: xm-vax.h
-xm-vaxbsd.h: xm-vax.h
-
# Put the proper machine-specific files first, so M-. on a machine
# specific routine gets the one for the correct machine. (FIXME: those
# files go in twice; we should be removing them from the main list).