summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2023-04-14 10:40:50 -0700
committerMichael Grunder <michael.grunder@gmail.com>2023-04-14 12:42:14 -0700
commitaacb84b8d403c179803a7472c6804eddd39b0a23 (patch)
treeacf7ebbc757b85acf6b08f0fcfda96281afacc1b
parent563b062e37a869dea30b6d95c55c1bbc44bc15dd (diff)
Fix typo in makefile.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2194ae0..f31293e 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