summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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