Browse Source

sim: igen: minor build output alignment fix

The custom echo was off by one space relative to all the others.
binutils-2_38-branch
Mike Frysinger 4 years ago
parent
commit
0eecf48fd4
  1. 2
      sim/common/Make-common.in

2
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

Loading…
Cancel
Save