summaryrefslogtreecommitdiff
path: root/benchmarks/heapsort
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-03-31 10:09:04 +0000
committerzuntum <zuntum@pkgsrc.org>2001-03-31 10:09:04 +0000
commit504b092a1cef0dba9a6699251fb59b9bb1371514 (patch)
treeeea649e40ec289967c7039cacc590fa0a3537d44 /benchmarks/heapsort
parentac002de415a0001960f1af9367a12d275dd8ee43 (diff)
downloadpkgsrc-504b092a1cef0dba9a6699251fb59b9bb1371514.tar.gz
Cleanup:
-O2 -> ${CFLAGS} ${MKDIR} -> ${INSTALL_DATA_DIR}
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 ab481907d9f..e06bdbea1b0 100644
--- a/benchmarks/heapsort/Makefile
+++ b/benchmarks/heapsort/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/02/16 13:37:51 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2001/03/31 10:09:04 zuntum Exp $
DISTNAME= heapsort.c
PKGNAME= heapsort-1.0
@@ -16,7 +16,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} ${CFLAGS} -DUNIX -o heapsort heapsort.c -lm)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/heapsort ${PREFIX}/bin