projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da9b249
)
passed TARFILE="$(TARFILE)" NAME="$(NAME)" to tar target
author
Meena Vyas
<meena.vyas@oracle.com>
Thu, 24 Aug 2017 16:38:45 +0000
(
02:38
+1000)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 25 Aug 2017 06:01:09 +0000
(08:01 +0200)
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4249)
Configurations/unix-Makefile.tmpl
patch
|
blob
|
history
diff --git
a/Configurations/unix-Makefile.tmpl
b/Configurations/unix-Makefile.tmpl
index fbe7e9a712b6f5a317b948ddb1b2ccb1aefc9327..fea5be840746113386d3265bac887fed985b7281 100644
(file)
--- 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 #####################################################