diff options
author | mrg <mrg> | 1998-09-01 16:42:33 +0000 |
---|---|---|
committer | mrg <mrg> | 1998-09-01 16:42:33 +0000 |
commit | b31075397179f61a5cc5f3f6ca784b7902c2bf3f (patch) | |
tree | f5404ed28c74e235d3fddad16bfb65151d878ae5 /benchmarks | |
parent | 5592bd0679b1a8e0a396e26f5217a5cbf08d0420 (diff) | |
download | pkgsrc-b31075397179f61a5cc5f3f6ca784b7902c2bf3f.tar.gz |
use ${WRKDIR} not `work'
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/iozone/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index dc90b203c44..6432351660a 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/08/30 17:42:25 garbled Exp $ +# $NetBSD: Makefile,v 1.2 1998/09/01 16:42:33 mrg Exp $ DISTNAME= iozone PKGNAME= iozone-1.14b @@ -11,7 +11,7 @@ MAINTAINER= root@garbled.net NO_WRKSUBDIR= yes do-build: - (cd work && cc -O2 -o iozone iozone.c) + (cd ${WRKDIR} && cc -O2 -o iozone iozone.c) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin |