diff options
Diffstat (limited to 'sim/sh/Makefile.in')
-rw-r--r-- | sim/sh/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sim/sh/Makefile.in b/sim/sh/Makefile.in index e92b784..84d4172 100644 --- a/sim/sh/Makefile.in +++ b/sim/sh/Makefile.in @@ -26,11 +26,10 @@ SIM_OBJS = \ table.o SIM_EXTRA_LIBS = -lm SIM_EXTRA_CLEAN = sh-clean +SIM_EXTRA_DEPS = table.c code.c ppi.c ## COMMON_POST_CONFIG_FRAG -interp.o: interp.c code.c table.c ppi.c $(srcroot)/include/gdb/sim-sh.h - code.c: gencode ./gencode -x >code.c # indent code.c |