aboutsummaryrefslogtreecommitdiff
path: root/sim/h8300/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'sim/h8300/Makefile.in')
-rw-r--r--sim/h8300/Makefile.in6
1 files changed, 4 insertions, 2 deletions
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