From 32f2df79441feb1072dc6436ea11996f279b851a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Fri, 14 Sep 2018 11:04:59 +0200 Subject: [PATCH] Typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fd3edaf..6225862 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ endif # suffix for disabled project directories DOWN_SUFFX:=$(call confvalue,SUFFIX_DOWN) -ifeq ($(SUFFIX_DOWN),) +ifeq ($(DOWN_SUFFX),) $(error SUFFIX_DOWN not set in $(CONF_WILDC)) endif