From 724f6649665ba9f950d664affa353147dad78d1e Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 16 Mar 1999 09:02:26 +0000 Subject: s/cc/${CC}/ --- benchmarks/whetstone/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'benchmarks/whetstone') 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 -- cgit v1.2.3