Make the ELC+ELN lines line up with the other lines

This commit is contained in:
Lars Ingebrigtsen 2021-05-05 09:41:49 +02:00
parent aeada12ebb
commit 203ee33980

View file

@ -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 " $@;