[Buildroot] [git commit] package/hiredis: fix makefile code
From: Thomas Petazzoni <hidden>
Date: 2017-02-14 20:23:11
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Thomas Petazzoni <hidden>
Date: 2017-02-14 20:23:11
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=adb6ffda7890de932a4f6e435cfd903c345ca039 branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master Signed-off-by: "Yann E. MORIN" <redacted> Cc: Fabrice Fontaine <redacted> Signed-off-by: Thomas Petazzoni <redacted> --- 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 eb96711..cd406f1 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