diff options
Diffstat (limited to 'sim/d10v/Makefile.in')
-rw-r--r-- | sim/d10v/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/d10v/Makefile.in b/sim/d10v/Makefile.in index c2907fc..13b902d 100644 --- a/sim/d10v/Makefile.in +++ b/sim/d10v/Makefile.in @@ -26,6 +26,8 @@ SIM_OBJS = \ endian.o SIM_EXTRA_CLEAN = clean-extra +SIM_EXTRA_DEPS = simops.h + INCLUDE = d10v_sim.h $(srcroot)/include/gdb/callback.h targ-vals.h endian.c \ $(srcroot)/include/gdb/sim-d10v.h @@ -34,8 +36,6 @@ NL_TARGET = -DNL_TARGET_d10v ## COMMON_POST_CONFIG_FRAG -simops.o: simops.h - simops.h: gencode ./gencode -h >$@ |