From 8365bbb7a2ce23388654cac7cef957e1d300b535 Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Thu, 15 May 2025 13:38:31 -0500 Subject: [PATCH] make: Added missing BUILD_DEP include This was preventing bench modifications from triggering relevant bench-runner rebuilds. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 588e095d..909223ad 100644 --- a/Makefile +++ b/Makefile @@ -475,6 +475,7 @@ benchmarks-diff: $(BENCH_CSV) # rules -include $(DEP) -include $(TEST_DEP) +-include $(BENCH_DEP) .SUFFIXES: .SECONDARY: