From c52f862000a382da4b2e296172595f95a049a9ad Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Fri, 26 Mar 2021 16:24:57 -0400 Subject: Fix openssl's 'make clean' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a1e65419..0bd13c44 100644 --- a/Makefile +++ b/Makefile @@ -308,7 +308,7 @@ clean-shim-objs: @if [ -d .git ] ; then git clean -f -d -e 'Cryptlib/OpenSSL/*'; fi clean-openssl-objs: - @if [ -d Cryptlib/Openssl ] ; then \ + @if [ -d Cryptlib/OpenSSL ] ; then \ $(MAKE) -C Cryptlib/OpenSSL -f $(TOPDIR)/Cryptlib/OpenSSL/Makefile clean ; \ fi -- cgit v1.2.3