diff options
author | Rich Salz <rsalz@openssl.org> | 2015-01-29 18:09:14 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2015-01-29 18:09:14 +0100 |
commit | 33fc38ff8e2cb8723f7b116de3f8923c4f4eb9d5 (patch) | |
tree | cd3a5ba66c8e7b7d97d3d66619882f052ba72878 /engines/Makefile | |
parent | clang on Linux x86_64 complains about unreachable code. (diff) | |
download | openssl-33fc38ff8e2cb8723f7b116de3f8923c4f4eb9d5.tar.xz openssl-33fc38ff8e2cb8723f7b116de3f8923c4f4eb9d5.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | engines/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/Makefile b/engines/Makefile index ffd36f0ac5..a2882e3718 100644 --- a/engines/Makefile +++ b/engines/Makefile @@ -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: |