diff options
-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 |