Make output consistency: remove blank line
authorRich Salz <rsalz@openssl.org>
Thu, 29 Jan 2015 17:09:14 +0000 (12:09 -0500)
committerRich Salz <rsalz@openssl.org>
Thu, 29 Jan 2015 17:09:14 +0000 (12:09 -0500)
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>
engines/Makefile

index ffd36f0ac5058ba65e4c3962b0cb555273ef48e0..a2882e371835892f122f54218821b5116a475bc3 100644 (file)
@@ -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:
        $(PERL) asm/e_padlock-x86_64.pl $(PERLASM_SCHEME) > $@
 
 subdirs:
-       echo $(EDIRS)
        @target=all; $(RECURSIVE_MAKE)
 
 files:
        @target=all; $(RECURSIVE_MAKE)
 
 files: