Make the ELC+ELN lines line up with the other lines
This commit is contained in:
parent
aeada12ebb
commit
203ee33980
1 changed files with 1 additions and 1 deletions
|
@ -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 " $@;
|
||||
|
|
Loading…
Add table
Reference in a new issue