aboutsummaryrefslogtreecommitdiff
path: root/sim/h8300/Makefile.in
diff options
context:
space:
mode:
authorAndrey Volkov <avolkov@transas.com>2002-07-29 17:01:57 +0000
committerAndrey Volkov <avolkov@transas.com>2002-07-29 17:01:57 +0000
commita64bfde32f9360d1d220a20835dca8ecf69113b6 (patch)
tree6acc21adda1c922dd76775abe4b754ffeda8d9d5 /sim/h8300/Makefile.in
parent467e970634e0f881a58ea8d71e35ceceb2f7eb80 (diff)
downloadfsf-binutils-gdb-a64bfde32f9360d1d220a20835dca8ecf69113b6.zip
fsf-binutils-gdb-a64bfde32f9360d1d220a20835dca8ecf69113b6.tar.gz
fsf-binutils-gdb-a64bfde32f9360d1d220a20835dca8ecf69113b6.tar.bz2
Add dependences to Makefile.in and include sim-h8300 in compile.c
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