projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8009a84
)
sim: igen: minor build output alignment fix
author
Mike Frysinger
<vapier@gentoo.org>
Mon, 1 Nov 2021 04:27:49 +0000
(
00:27
-0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Mon, 1 Nov 2021 04:27:49 +0000
(
00:27
-0400)
The custom echo was off by one space relative to all the others.
sim/common/Make-common.in
patch
|
blob
|
history
diff --git
a/sim/common/Make-common.in
b/sim/common/Make-common.in
index 4c83059176439107e0af4dfdb671a5aeef49ae06..9274c65f8c6c22168b4e2fa25cb75ef07805109e 100644
(file)
--- a/
sim/common/Make-common.in
+++ b/
sim/common/Make-common.in
@@
-47,7
+47,7
@@
include $(srcroot)/gdb/silent-rules.mk
ifeq ($(V),0)
ECHO_STAMP = @echo " GEN "
-ECHO_IGEN = @echo " IGEN $(<F)";
+ECHO_IGEN = @echo " IGEN
$(<F)";
else
ECHO_STAMP = @:
endif