Make output consistency: remove blank line
When you use "-s" in the make flag, you see that engines outputs a blank line because EDIRS isn't set. This is a debug echo that isn't needed. Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
c6ef15c494
commit
33fc38ff8e
@ -83,7 +83,6 @@ e_padlock-x86_64.s: asm/e_padlock-x86_64.pl
|
||||
$(PERL) asm/e_padlock-x86_64.pl $(PERLASM_SCHEME) > $@
|
||||
|
||||
subdirs:
|
||||
echo $(EDIRS)
|
||||
@target=all; $(RECURSIVE_MAKE)
|
||||
|
||||
files:
|
||||
|
Loading…
x
Reference in New Issue
Block a user