mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 10:30:46 +00:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user