sim: m32r: fix typos in stamp depends

Copying & pasting the first rule missed updating the dep to the right
stamp file.
This commit is contained in:
Mike Frysinger
2023-01-15 02:05:06 -05:00
parent 9a7472d7c5
commit 2025c82b95
2 changed files with 4 additions and 4 deletions

View File

@@ -112,7 +112,7 @@ BUILT_SOURCES += \
$(AM_V_at)touch $@
## FIXME: Use of `mono' is wip.
%D%/mloopx.c %D%/engx.h: %D%/stamp-mloop ; @true
%D%/mloopx.c %D%/engx.h: %D%/stamp-mloop-x ; @true
%D%/stamp-mloop-x: $(srccom)/genmloop.sh %D%/mloop.in
$(AM_V_GEN)$(SHELL) $(srccom)/genmloop.sh -shell $(SHELL) \
-mono -no-fast -pbb -parallel-write -switch semx-switch.c \
@@ -123,7 +123,7 @@ BUILT_SOURCES += \
$(AM_V_at)touch $@
## FIXME: Use of `mono' is wip.
%D%/mloop2.c %D%/eng2.h: %D%/stamp-mloop ; @true
%D%/mloop2.c %D%/eng2.h: %D%/stamp-mloop-2 ; @true
%D%/stamp-mloop-2: $(srccom)/genmloop.sh %D%/mloop.in
$(AM_V_GEN)$(SHELL) $(srccom)/genmloop.sh -shell $(SHELL) \
-mono -no-fast -pbb -parallel-write -switch sem2-switch.c \