From dc52048e014fdad9bb69ef9db159835a61c8dd4d Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 2004 12:07:06 +0000 Subject: Move WRKSRC definition away from the first paragraph in a Makefile. --- benchmarks/hint/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'benchmarks/hint') diff --git a/benchmarks/hint/Makefile b/benchmarks/hint/Makefile index f39ba1c3289..0055c7acd4e 100644 --- a/benchmarks/hint/Makefile +++ b/benchmarks/hint/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2003/07/17 21:24:27 grant Exp $ +# $NetBSD: Makefile,v 1.16 2004/01/20 12:08:12 agc Exp $ # FreeBSD: Makefile,v 1.1.1.1 1998/06/15 18:09:43 ghelmer Exp # DISTNAME= hint_unix_serial PKGNAME= hint.serial-98.06.12 -WRKSRC= ${WRKDIR}/unix CATEGORIES= benchmarks MASTER_SITES= ftp://ftp.scl.ameslab.gov/pub/HINT/source/tar/ EXTRACT_SUFX= .tar @@ -15,6 +14,8 @@ COMMENT= Scalable benchmark for testing CPU and memory performance ALL_TARGET= DOUBLE INT +WRKSRC= ${WRKDIR}/unix + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/DOUBLE ${PREFIX}/bin/hint-double ${INSTALL_PROGRAM} ${WRKSRC}/INT ${PREFIX}/bin/hint-int -- cgit v1.2.3