mdbx-build: fix bench target.

Change-Id: I884e8d16a8b851d87c62d4166b586ed079c1f3eb
This commit is contained in:
Leonid Yuriev 2019-10-11 16:03:51 +03:00
parent 9e42fc4fe0
commit d67d3f97cc

View File

@ -325,7 +325,7 @@ clean-bench:
re-bench: clean-bench bench
define bench-rule
bench-$(1)_$(2).txt: $(3) $(IOARENA) Makefile
bench-$(1)_$(2).txt: $(3) $(IOARENA) $(lastword $(MAKEFILE_LIST))
LD_LIBRARY_PATH="./:$$$${LD_LIBRARY_PATH}" \
$(IOARENA) -D $(1) -B crud -m nosync -n $(2) \
| tee $$@ | grep throughput && \