From 33fc38ff8e2cb8723f7b116de3f8923c4f4eb9d5 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Thu, 29 Jan 2015 12:09:14 -0500 Subject: 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 --- engines/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'engines') 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: -- cgit v1.2.3