summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-05-11 15:04:16 -0400
committerTavian Barnes <tavianator@tavianator.com>2022-05-11 15:04:16 -0400
commitf9a23f1f21a0733feed0eaa657224fe205ae9a16 (patch)
treeb23b08a80d68ec1b7f5f5da60c27f4efd7bf7529
parent4a326416b078de06f1cf542963dab57a20846f95 (diff)
downloadbfs-f9a23f1f21a0733feed0eaa657224fe205ae9a16.tar.xz
Makefile: Look for .d files in the right places
Fixes: f2cb2215213c0d831a697b0b440f78d9ad5c2b83
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)