From 3cc28355f591089c636c7f94d7ec0f5498d290ba Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Tue, 14 Feb 2017 21:21:31 +0100 Subject: [PATCH] package/hiredis: fix makefile code Signed-off-by: "Yann E. MORIN" Cc: Fabrice Fontaine Signed-off-by: Thomas Petazzoni --- package/hiredis/hiredis.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/hiredis/hiredis.mk b/package/hiredis/hiredis.mk index eb96711ab7..cd406f1439 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 -- 2.30.2