diff options
Diffstat (limited to 'benchmarks/iozone/Makefile')
-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 957a2020aab..4e3f1581ae6 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/12/26 15:59:56 garbled Exp $ +# $NetBSD: Makefile,v 1.6 1999/03/16 09:02:27 agc Exp $ DISTNAME= iozone PKGNAME= iozone-1.14b @@ -11,7 +11,7 @@ MAINTAINER= root@garbled.net NO_WRKSUBDIR= yes do-build: - (cd ${WRKDIR} && cc -O2 -o iozone iozone.c) + (cd ${WRKDIR} && ${CC} -O2 -o iozone iozone.c) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin |