diff options
Diffstat (limited to 'Rules')
-rw-r--r-- | Rules | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -199,7 +199,7 @@ run-bench = $(test-wrapper-env) \ bench: $(binaries-bench) for run in $^; do \ echo "Running $${run}"; \ - eval $(run-bench) >> $(objpfx)bench.out-tmp; \ + $(run-bench) >> $(objpfx)bench.out-tmp; \ done; \ if [ -f $(objpfx)bench.out ]; then \ mv -f $(objpfx)bench.out $(objpfx)bench.out.old; \ |