diff options
author | Richard Braun <rbraun@sceen.net> | 2016-11-27 16:41:35 +0100 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2016-11-27 16:44:31 +0100 |
commit | 84c92cd2be8bc4aea6c14a186f79c2277f0fd4aa (patch) | |
tree | bcdd9733fc1c62e2c91c387f5051da0639adc69b | |
parent | 5d627520d2530d596357c8434d497788df6b4b99 (diff) |
Makefile.am: fix the output alignment of make in silent mode.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c63e7c7a..ca8bb9a2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ AM_CFLAGS = \ LDS_V = $(LDS_V_$(V)) LDS_V_ = $(LDS_V_$(AM_DEFAULT_VERBOSITY)) -LDS_V_0 = @echo " LDS $@"; +LDS_V_0 = @echo LDS $@; SUFFIXES = .lds .lds.S |