From: Ian Jackson Date: Mon, 5 Apr 2021 17:26:17 +0000 (+0100) Subject: Makefile: fix for-wdt X-Git-Tag: otter-0.5.0~159 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=eb6dca0e92424491ec678bd6774a040f97321f7a;p=otter.git Makefile: fix for-wdt Oops! Signed-off-by: Ian Jackson --- diff --git a/Makefile b/Makefile index b5681cae..42989545 100644 --- a/Makefile +++ b/Makefile @@ -321,7 +321,7 @@ stamp/at-%.check: $(AT_DEPS) $(AT_RUN) $(stamp) -for-wdt: $(AT_DEPS) +for-wdt: $(WDT_DEPS) stamp/wdt-%.check: $(WDT_DEPS) $(WDT_RUN) $(stamp)