From aacb84b8d403c179803a7472c6804eddd39b0a23 Mon Sep 17 00:00:00 2001 From: michael-grunder Date: Fri, 14 Apr 2023 10:40:50 -0700 Subject: [PATCH] Fix typo in makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2194ae084..f31293e90 100644 --- a/Makefile +++ b/Makefile @@ -99,7 +99,7 @@ ifeq ($(USE_SSL),1) ifneq ($(wildcard $(SEARCH_PATH1)),) OPENSSL_PREFIX=$(SEARCH_PATH1) - else ifneq($(wildcard $(SEARCH_PATH2)),) + else ifneq ($(wildcard $(SEARCH_PATH2)),) OPENSSL_PREFIX=$(SEARCH_PATH2) endif endif