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