summaryrefslogtreecommitdiff
path: root/package/hiredis/hiredis.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/hiredis/hiredis.mk')
-rw-r--r--package/hiredis/hiredis.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hiredis/hiredis.mk b/package/hiredis/hiredis.mk
index eb96711ab..cd406f143 100644
--- a/package/hiredis/hiredis.mk
+++ b/package/hiredis/hiredis.mk
@@ -19,7 +19,7 @@ ifeq ($(BR2_STATIC_LIBS),y)
HIREDIS_TARGETS += static
else ifeq ($(BR2_SHARED_LIBS),y)
HIREDIS_TARGETS += dynamic
-else ifeq $(BR2_SHARED_STATIC_LIBS),y)
+else ifeq ($(BR2_SHARED_STATIC_LIBS),y)
HIREDIS_TARGETS += dynamic static
endif