diff options
Diffstat (limited to 'sim/v850/Makefile.in')
-rw-r--r-- | sim/v850/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sim/v850/Makefile.in b/sim/v850/Makefile.in index aeed0db..e1a181f 100644 --- a/sim/v850/Makefile.in +++ b/sim/v850/Makefile.in @@ -123,7 +123,6 @@ tmp-igen: $(IGEN_INSN) $(IGEN_DC) ../igen/igen clean-extra: clean-igen rm -f table.c simops.h gencode -#interp.o: interp.c table.c $(INCLUDE) +interp.o: interp.c $(INCLUDE) simops.o: simops.c simops.h $(INCLUDE) targ-vals.h -#table.o: table.c semantics.o: $(INCLUDE) |