diff options
Diffstat (limited to 'sim/mn10200/Makefile.in')
-rw-r--r-- | sim/mn10200/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/mn10200/Makefile.in b/sim/mn10200/Makefile.in index e19d9e7..bcc15c8 100644 --- a/sim/mn10200/Makefile.in +++ b/sim/mn10200/Makefile.in @@ -48,5 +48,5 @@ clean-extra: rm -f table.c simops.h gencode interp.o: interp.c table.c $(INCLUDE) -simops.o: simops.c $(INCLUDE) +simops.o: simops.c simops.h $(INCLUDE) table.o: table.c |