From a64bfde32f9360d1d220a20835dca8ecf69113b6 Mon Sep 17 00:00:00 2001 From: Andrey Volkov Date: Mon, 29 Jul 2002 17:01:57 +0000 Subject: Add dependences to Makefile.in and include sim-h8300 in compile.c --- sim/h8300/Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sim/h8300/Makefile.in') diff --git a/sim/h8300/Makefile.in b/sim/h8300/Makefile.in index 867e2e6..55dc3db 100644 --- a/sim/h8300/Makefile.in +++ b/sim/h8300/Makefile.in @@ -19,7 +19,9 @@ ## COMMON_PRE_CONFIG_FRAG SIM_OBJS = compile.o sim-load.o - ## COMMON_POST_CONFIG_FRAG -compile.o: compile.c config.h +compile.o: compile.c inst.h config.h \ + $(srcdir)/../../include/gdb/sim-h8300.h \ + $(srcdir)/../../include/gdb/remote-sim.h \ + $(srcdir)/../../include/gdb/callback.h -- cgit v1.1