summaryrefslogtreecommitdiff
path: root/benchmarks/lmbench
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-02-01 07:22:23 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-02-01 07:22:23 +0000
commit3f1ecbf68d3dc0c17a8f530ea2cf9834fc955531 (patch)
tree401dee6d767b31854996aced8a0f953a6ade04f7 /benchmarks/lmbench
parentAdded tgif. (diff)
Fix a couple of relative paths.
Notes
Notes: svn path=/head/; revision=2671
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)