diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-02-01 07:22:23 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-02-01 07:22:23 +0000 |
commit | 3f1ecbf68d3dc0c17a8f530ea2cf9834fc955531 (patch) | |
tree | 401dee6d767b31854996aced8a0f953a6ade04f7 /benchmarks | |
parent | 5fc948535c8810c0ee84740b4bee2ee86f0be0c1 (diff) |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/lmbench/files/Makefile | 6 |
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) |