From b5bfe299dec4303e105a9248c1c04eda1afd8805 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Thu, 13 Oct 1994 02:28:24 +0000 Subject: * Makefile.in (ANNOTATE_OBS): New definition. (COMMON_OBS): Add exec.o. (annotate.o): Remove extra compile rule. * config/*/*.mh, config/*/*.mt: Remove exec.o from *DEPFILES lists everywhere. --- gdb/config/h8300/h8300hms.mt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/config/h8300') diff --git a/gdb/config/h8300/h8300hms.mt b/gdb/config/h8300/h8300hms.mt index f748229..0b15713 100644 --- a/gdb/config/h8300/h8300hms.mt +++ b/gdb/config/h8300/h8300hms.mt @@ -1,3 +1,3 @@ # Target: H8300 with HMS monitor, E7000 ICE and H8 simulator -TDEPFILES= exec.o h8300-tdep.o ser-e7kpc.o remote-e7000.o remote-hms.o remote-sim.o ../sim/h8300/compile.o +TDEPFILES= h8300-tdep.o ser-e7kpc.o remote-e7000.o remote-hms.o remote-sim.o ../sim/h8300/compile.o TM_FILE= tm-h8300.h -- cgit v1.1