summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2021-03-26 16:24:57 -0400
committerJavier Martinez Canillas <javier@dowhile0.org>2021-03-29 16:37:05 +0200
commitc52f862000a382da4b2e296172595f95a049a9ad (patch)
tree9d3ae5647aa5a54de7c6be8fd812e9de08dc67d9
parent2eaea5dae5b6427b9e034e067ccacfc0b76aa9d0 (diff)
downloadefi-boot-shim-c52f862000a382da4b2e296172595f95a049a9ad.tar.gz
efi-boot-shim-c52f862000a382da4b2e296172595f95a049a9ad.zip
Fix openssl's 'make clean'
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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