aboutsummaryrefslogtreecommitdiff
path: root/sim/m32r
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2023-01-15 02:05:06 -0500
committerMike Frysinger <vapier@gentoo.org>2023-01-15 02:07:44 -0500
commit2025c82b95427f839e20c7c9b861c84bf5c72113 (patch)
treecc032df617c9a0782b6594f046b7f39c53a71659 /sim/m32r
parent9a7472d7c599453405484f2df5206e56b7618fb3 (diff)
downloadgdb-2025c82b95427f839e20c7c9b861c84bf5c72113.zip
gdb-2025c82b95427f839e20c7c9b861c84bf5c72113.tar.gz
gdb-2025c82b95427f839e20c7c9b861c84bf5c72113.tar.bz2
sim: m32r: fix typos in stamp depends
Copying & pasting the first rule missed updating the dep to the right stamp file.
Diffstat (limited to 'sim/m32r')
-rw-r--r--sim/m32r/local.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/m32r/local.mk b/sim/m32r/local.mk
index 8519065..072618f 100644
--- a/sim/m32r/local.mk
+++ b/sim/m32r/local.mk
@@ -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 \