make: Added missing BUILD_DEP include

This was preventing bench modifications from triggering relevant
bench-runner rebuilds.
This commit is contained in:
Christopher Haster
2025-05-15 13:38:31 -05:00
parent 16ceb67934
commit 8365bbb7a2

View File

@@ -475,6 +475,7 @@ benchmarks-diff: $(BENCH_CSV)
# rules
-include $(DEP)
-include $(TEST_DEP)
-include $(BENCH_DEP)
.SUFFIXES:
.SECONDARY: