From 76d478f26f6a8c58c2b7acced07667425f8ef184 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 15 May 2005 04:29:48 +0000 Subject: Use ${GZCAT} instead of ${GUNZIP_CMD} -c. The former is more succinct, and is recognized by the tools framework automatically. --- benchmarks/skampi/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'benchmarks') 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) -- cgit v1.2.3