summaryrefslogtreecommitdiff
path: root/benchmarks/skampi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/skampi/Makefile')
-rw-r--r--benchmarks/skampi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/skampi/Makefile b/benchmarks/skampi/Makefile
index bc818f258be..77ef79f0088 100644
--- a/benchmarks/skampi/Makefile
+++ b/benchmarks/skampi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/03/30 19:52:42 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2005/05/15 04:29:48 jlam Exp $
#
DISTNAME= skampi4
@@ -23,7 +23,7 @@ REPLACE_PERL= report_generator/dorep4.pl
DIST_SUBDIR= ${PKGNAME_NOREV}
do-build:
- ${GUNZIP_CMD} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}_userman.ps.gz -c > \
+ ${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}_userman.ps.gz > \
${WRKSRC}/${DISTNAME}_userman.ps
(cd ${WRKSRC} && \
${PREFIX}/bin/mpicc -o skosfile skosfile.c -lm)