From: Lars Ingebrigtsen Date: Wed, 5 May 2021 07:41:49 +0000 (+0200) Subject: Make the ELC+ELN lines line up with the other lines X-Git-Tag: emacs-28.0.90~2611 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=203ee33980571823147122dffb0789f92ea66b53;p=emacs.git Make the ELC+ELN lines line up with the other lines --- diff --git a/src/verbose.mk.in b/src/verbose.mk.in index 085a05a2fa6..50d6ea32000 100644 --- a/src/verbose.mk.in +++ b/src/verbose.mk.in @@ -38,7 +38,7 @@ ifeq ($(HAVE_NATIVE_COMP),yes) ifeq ($(NATIVE_DISABLED),1) AM_V_ELC = @echo " ELC " $@; else -AM_V_ELC = @echo " ELC+ELN " $@; +AM_V_ELC = @echo " ELC+ELN " $@; endif else AM_V_ELC = @echo " ELC " $@;