From 8a8f27951bfc933a516f3dc916e8234748328d7a Mon Sep 17 00:00:00 2001 From: Arun Thomas Date: Tue, 26 Jul 2011 11:26:26 +0200 Subject: [PATCH] sys.mk: Check that MKEMBED is defined --- share/mk/sys.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/mk/sys.mk b/share/mk/sys.mk index 147abb19c..e0aa8e7c4 100644 --- a/share/mk/sys.mk +++ b/share/mk/sys.mk @@ -237,7 +237,7 @@ AR?= aal COMPILER_TYPE=gnu AR?= ar -.if ${MKEMBED} == "yes" +.if defined(MKEMBED) && ${MKEMBED} == "yes" DBG= -Os CFLAGS+= -DNDEBUG=1 .endif -- 2.44.0