diff options
author | Meena Vyas <meena.vyas@oracle.com> | 2017-08-24 18:38:45 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2017-08-25 08:01:09 +0200 |
commit | bffa1ff8fbe20f2ca2264ac7cb3290dc07f234c2 (patch) | |
tree | 9f2822cdb4aec711de9c35d46b9746a89b7be0e3 /Configurations/unix-Makefile.tmpl | |
parent | Check range of test values using isascii before diving into the full (diff) | |
download | openssl-bffa1ff8fbe20f2ca2264ac7cb3290dc07f234c2.tar.xz openssl-bffa1ff8fbe20f2ca2264ac7cb3290dc07f234c2.zip |
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 '')
-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 ##################################################### |