From: Meena Vyas Date: Thu, 24 Aug 2017 16:38:45 +0000 (+1000) Subject: passed TARFILE="$(TARFILE)" NAME="$(NAME)" to tar target X-Git-Tag: OpenSSL_1_1_1-pre1~772 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bffa1ff8fbe20f2ca2264ac7cb3290dc07f234c2;p=openssl passed TARFILE="$(TARFILE)" NAME="$(NAME)" to tar target Reviewed-by: Tim Hudson Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/4249) --- diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index fbe7e9a712..fea5be8407 100644 --- a/Configurations/unix-Makefile.tmpl +++ b/Configurations/unix-Makefile.tmpl @@ -709,7 +709,7 @@ tar: cd $(SRCDIR); ls -l $(TARFILE).gz dist: - @$(MAKE) PREPARE_CMD='$(PERL) ./Configure dist' tar + @$(MAKE) PREPARE_CMD='$(PERL) ./Configure dist' TARFILE="$(TARFILE)" NAME="$(NAME)" tar # Helper targets #####################################################