summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2016-11-27 16:41:35 +0100
committerRichard Braun <rbraun@sceen.net>2016-11-27 16:44:31 +0100
commit84c92cd2be8bc4aea6c14a186f79c2277f0fd4aa (patch)
treebcdd9733fc1c62e2c91c387f5051da0639adc69b
parent5d627520d2530d596357c8434d497788df6b4b99 (diff)
Makefile.am: fix the output alignment of make in silent mode.
-rw-r--r--Makefile.am2
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