summaryrefslogtreecommitdiff
path: root/benchmarks/iozone
diff options
context:
space:
mode:
authoragc <agc>1999-03-16 09:02:26 +0000
committeragc <agc>1999-03-16 09:02:26 +0000
commitcc297e73ed73f66cea57403eb269d5d7e30dad33 (patch)
tree45e7063f126ae960def898f961eb2fadc3cbd5fb /benchmarks/iozone
parent42cc83ccffefc16696632ffc83cee9392cf2e9d4 (diff)
downloadpkgsrc-cc297e73ed73f66cea57403eb269d5d7e30dad33.tar.gz
s/cc/${CC}/
Diffstat (limited to 'benchmarks/iozone')
-rw-r--r--benchmarks/iozone/Makefile4
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