aboutsummaryrefslogtreecommitdiff
path: root/sim/sh/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'sim/sh/Makefile.in')
-rw-r--r--sim/sh/Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/sim/sh/Makefile.in b/sim/sh/Makefile.in
index e43fb5a..efac41e 100644
--- a/sim/sh/Makefile.in
+++ b/sim/sh/Makefile.in
@@ -34,21 +34,21 @@ SIM_WERROR_CFLAGS =
## COMMON_POST_CONFIG_FRAG
code.c: gencode
- ./gencode -x >code.c
+ $(ECHO_GEN) ./gencode -x >code.c
# indent code.c
table.c: gencode
- ./gencode -s >table.c
+ $(ECHO_GEN) ./gencode -s >table.c
# indent table.c
ppi.c: gencode
- ./gencode -p >ppi.c
+ $(ECHO_GEN) ./gencode -p >ppi.c
gencode.o: gencode.c
- $(COMPILE_FOR_BUILD) -c $< -o $@
+ $(ECHO_CC) $(COMPILE_FOR_BUILD) -c $< -o $@
gencode: gencode.o
- $(LINK_FOR_BUILD) $^
+ $(ECHO_CCLD) $(LINK_FOR_BUILD) $^
sh-clean:
rm -f gencode code.c table.c