]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
sim: igen: minor build output alignment fix
authorMike Frysinger <vapier@gentoo.org>
Mon, 1 Nov 2021 04:27:49 +0000 (00:27 -0400)
committerMike 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

index 4c83059176439107e0af4dfdb671a5aeef49ae06..9274c65f8c6c22168b4e2fa25cb75ef07805109e 100644 (file)
@@ -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