TARFILE wasn't correctly set
This solves an earlier cherry-pick mistake. Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
bea4cb2e80
commit
6210c70992
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ SHARED_LDFLAGS=
|
|||
GENERAL= Makefile
|
||||
BASENAME= openssl
|
||||
NAME= $(BASENAME)-$(VERSION)
|
||||
TARFILE= $(NAME).tar
|
||||
TARFILE= ../$(NAME).tar
|
||||
EXHEADER= e_os2.h
|
||||
HEADER= e_os.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue