diff options
author | Meena Vyas <meena.vyas@oracle.com> | 2017-08-25 02:38:45 +1000 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2017-08-25 08:01:09 +0200 |
commit | bffa1ff8fbe20f2ca2264ac7cb3290dc07f234c2 (patch) | |
tree | 9f2822cdb4aec711de9c35d46b9746a89b7be0e3 /Configurations/unix-Makefile.tmpl | |
parent | da9b249fd994124e954d871ff220cc2c0ddf9e6a (diff) | |
download | openssl-new-bffa1ff8fbe20f2ca2264ac7cb3290dc07f234c2.tar.gz |
passed TARFILE="$(TARFILE)" NAME="$(NAME)" to tar target
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4249)
Diffstat (limited to 'Configurations/unix-Makefile.tmpl')
-rw-r--r-- | Configurations/unix-Makefile.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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 ##################################################### |