The branch master has been updated via bffa1ff8fbe20f2ca2264ac7cb3290dc07f234c2 (commit) from da9b249fd994124e954d871ff220cc2c0ddf9e6a (commit)
- Log ----------------------------------------------------------------- commit bffa1ff8fbe20f2ca2264ac7cb3290dc07f234c2 Author: Meena Vyas <meena.v...@oracle.com> Date: Fri Aug 25 02:38:45 2017 +1000 passed TARFILE="$(TARFILE)" NAME="$(NAME)" to tar target Reviewed-by: Tim Hudson <t...@openssl.org> Reviewed-by: Richard Levitte <levi...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4249) ----------------------------------------------------------------------- Summary of changes: Configurations/unix-Makefile.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index fbe7e9a..fea5be8 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 ##################################################### _____ openssl-commits mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits