From 3f1ecbf68d3dc0c17a8f530ea2cf9834fc955531 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Thu, 1 Feb 1996 07:22:23 +0000 Subject: Fix a couple of relative paths. --- benchmarks/lmbench/files/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'benchmarks') 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) -- cgit v1.2.3