From f9a23f1f21a0733feed0eaa657224fe205ae9a16 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 11 May 2022 15:04:16 -0400 Subject: Makefile: Look for .d files in the right places Fixes: f2cb2215213c0d831a697b0b440f78d9ad5c2b83 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e23642b..081950a 100644 --- a/Makefile +++ b/Makefile @@ -304,4 +304,4 @@ check-install: .SUFFIXES: --include $(wildcard build/*.d build/tests/*.d) +-include $(wildcard build/*/*.d) -- cgit v1.2.3