diff options
| author | Peter Jones <pjones@redhat.com> | 2021-03-26 16:24:57 -0400 |
|---|---|---|
| committer | Javier Martinez Canillas <javier@dowhile0.org> | 2021-03-29 16:37:05 +0200 |
| commit | c52f862000a382da4b2e296172595f95a049a9ad (patch) | |
| tree | 9d3ae5647aa5a54de7c6be8fd812e9de08dc67d9 | |
| parent | 2eaea5dae5b6427b9e034e067ccacfc0b76aa9d0 (diff) | |
| download | efi-boot-shim-c52f862000a382da4b2e296172595f95a049a9ad.tar.gz efi-boot-shim-c52f862000a382da4b2e296172595f95a049a9ad.zip | |
Fix openssl's 'make clean'
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
