From 70145fe61f0ba455c373b61214c0e80ae3b0157b 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