summaryrefslogtreecommitdiff
path: root/benchmarks/lmbench
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/lmbench')
-rw-r--r--benchmarks/lmbench/files/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/lmbench/files/Makefile b/benchmarks/lmbench/files/Makefile
index cb0a1523e2a1..67c47d13612d 100644
--- a/benchmarks/lmbench/files/Makefile
+++ b/benchmarks/lmbench/files/Makefile
@@ -2,12 +2,12 @@
BINDIR = ./bin/bsd
results:
- @(cd scripts; ./config-run ${BINDIR}/CONFIG)
+ @(cd scripts; ./config-run ../${BINDIR}/CONFIG)
@(cd scripts; ./results)
rerun:
- @(if [ ! -f bin/bsd/CONFIG ]; then \
- (cd scripts; ./config-run ${BINDIR}/CONFIG); \
+ @(if [ ! -f ${BINDIR}/CONFIG ]; then \
+ (cd scripts; ./config-run ../${BINDIR}/CONFIG); \
fi)
@(cd scripts; ./results)