From 3be1b2ead81e21de79099eddf26801a0364f960e Mon Sep 17 00:00:00 2001 From: Jeroen Domburg Date: Tue, 15 Dec 2015 23:24:54 +0800 Subject: [PATCH] Derp, quotes are needed on ifeq --- Makefile | 2 +- libesphttpd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e9b7da0..e2a2ebe 100644 --- a/Makefile +++ b/Makefile @@ -108,7 +108,7 @@ Q := @ vecho := @echo endif -ifeq ($(USE_OPENSDK),"yes") +ifeq ("$(USE_OPENSDK)","yes") CFLAGS += -DUSE_OPENSDK else CFLAGS += -D_STDINT_H diff --git a/libesphttpd b/libesphttpd index 674e953..c8f1280 160000 --- a/libesphttpd +++ b/libesphttpd @@ -1 +1 @@ -Subproject commit 674e95318a0f3d1fdceaa023a0ecf48d80bfd5f4 +Subproject commit c8f1280d6a2c79eb548010ed2760322ac22436ff