Don't remove $(TARFILE) when cleaning
authorRichard Levitte <levitte@openssl.org>
Thu, 22 Apr 2021 12:37:40 +0000 (14:37 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 23 Apr 2021 14:30:33 +0000 (16:30 +0200)
commit513ead860853e0d07f7fc43bf35d1b90fdad5a11
tree810a09b67b28230a5dc574f622a663411a4781da
parentccfe5ec8fe6c36e10aea373d44dcf04f65d94ef0
Don't remove $(TARFILE) when cleaning

This file is outside the source tree, so we have no business removing
it.  This is especially concerning if that was the tarball the user
had to create the source tree.

Fixes #14981

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14985)

(cherry picked from commit f58f7ec9397de7b752aa547e2677933559a657db)
Configurations/unix-Makefile.tmpl