summaryrefslogtreecommitdiff
path: root/benchmarks/whetstone
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/whetstone')
-rw-r--r--benchmarks/whetstone/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/whetstone/Makefile b/benchmarks/whetstone/Makefile
index 2db02dd1ef6..b0a72c34133 100644
--- a/benchmarks/whetstone/Makefile
+++ b/benchmarks/whetstone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1998/12/26 15:59:56 garbled Exp $
+# $NetBSD: Makefile,v 1.5 1999/03/16 09:02:27 agc Exp $
DISTNAME= whetstone
PKGNAME= whetstone-1.2
@@ -14,7 +14,7 @@ EXTRACT_BEFORE_ARGS= #empty
EXTRACT_AFTER_ARGS= ${WRKSRC}
do-build:
- (cd ${WRKSRC} ; cc -O2 -o whetstone whetstone.c -lm)
+ (cd ${WRKSRC} ; ${CC} -O2 -o whetstone whetstone.c -lm)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/whetstone ${PREFIX}/bin