diff options
Diffstat (limited to 'sim/m68hc11')
-rw-r--r-- | sim/m68hc11/ChangeLog | 4 | ||||
-rw-r--r-- | sim/m68hc11/Makefile.in | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sim/m68hc11/ChangeLog b/sim/m68hc11/ChangeLog index d3a9922..9f666da 100644 --- a/sim/m68hc11/ChangeLog +++ b/sim/m68hc11/ChangeLog @@ -1,5 +1,9 @@ 2021-04-22 Tom Tromey <tom@tromey.com> + * Makefile.in (interp.o): Remove. + +2021-04-22 Tom Tromey <tom@tromey.com> + * configure: Rebuild. 2021-04-21 Mike Frysinger <vapier@gentoo.org> diff --git a/sim/m68hc11/Makefile.in b/sim/m68hc11/Makefile.in index 9e2248f..9ebcf65 100644 --- a/sim/m68hc11/Makefile.in +++ b/sim/m68hc11/Makefile.in @@ -54,7 +54,5 @@ gencode.o: gencode.c gencode: gencode.o $(LINK_FOR_BUILD) $^ -interp.o: interp.c $(INCLUDE) - clean-extra: rm -f gencode m68hc11int.c |