summaryrefslogtreecommitdiff
path: root/benchmarks/heapsort
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-03-16 09:02:26 +0000
committeragc <agc@pkgsrc.org>1999-03-16 09:02:26 +0000
commitc9c6ca1df1929f3b3844e71a3111aa79dd54e88c (patch)
tree45e7063f126ae960def898f961eb2fadc3cbd5fb /benchmarks/heapsort
parentb0de669fdbdbfaf2057ddfab4930ddcd73f73386 (diff)
downloadpkgsrc-c9c6ca1df1929f3b3844e71a3111aa79dd54e88c.tar.gz
s/cc/${CC}/
Diffstat (limited to 'benchmarks/heapsort')
-rw-r--r--benchmarks/heapsort/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/heapsort/Makefile b/benchmarks/heapsort/Makefile
index 55d2f77efc9..8625f740f3d 100644
--- a/benchmarks/heapsort/Makefile
+++ b/benchmarks/heapsort/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1998/12/26 15:59:56 garbled Exp $
+# $NetBSD: Makefile,v 1.3 1999/03/16 09:02:26 agc Exp $
DISTNAME= heapsort.c
PKGNAME= heapsort-1.0
@@ -15,7 +15,7 @@ do-extract:
${CP} ${DISTDIR}/heapsort.c ${WRKSRC}/heapsort.c
do-build:
- (cd ${WRKSRC} ; cc -O2 -DUNIX -o heapsort heapsort.c -lm)
+ (cd ${WRKSRC} ; ${CC} -O2 -DUNIX -o heapsort heapsort.c -lm)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/heapsort ${PREFIX}/bin