From a81e98b3db4948cba6a597387f96d10c08e4d75c Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 9 Apr 2025 12:45:18 -0400 Subject: configure: Fix make bench in out-of-tree builds Fixes: 3678c2e ("bench/ioq: New ioq microbenchmark") --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index f6818c3..1842078 100755 --- a/configure +++ b/configure @@ -227,7 +227,7 @@ for arg; do done # Set up symbolic links for out-of-tree builds -for f in Makefile build completions docs src tests; do +for f in Makefile bench build completions docs src tests; do test -e "$f" || ln -s "$DIR/$f" "$f" done -- cgit v1.2.3