chiark / gitweb /
Makefile: fix for-wdt
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 5 Apr 2021 17:26:17 +0000 (18:26 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 5 Apr 2021 17:26:17 +0000 (18:26 +0100)
Oops!

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile

index b5681caedd48a02d8e593be457127c860b37d0a3..4298954524055f58e4c7f73e80da165aa121e5d6 100644 (file)
--- 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)