summaryrefslogtreecommitdiff
path: root/benchmarks/lmbench
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-11-16 02:32:17 +0000
committerwiz <wiz@pkgsrc.org>2000-11-16 02:32:17 +0000
commitbf97146be8763201e010fef854132efe26460b9e (patch)
treeb13ee78236b45c672d6f62ae54f286a63572b2ce /benchmarks/lmbench
parent0ddf0141f43c47ae53797a3c40cb59a4b113cb5c (diff)
downloadpkgsrc-bf97146be8763201e010fef854132efe26460b9e.tar.gz
$() -> ${}
Diffstat (limited to 'benchmarks/lmbench')
-rw-r--r--benchmarks/lmbench/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile
index 331f5737864..7457bbf942c 100644
--- a/benchmarks/lmbench/Makefile
+++ b/benchmarks/lmbench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2000/11/08 10:13:40 abs Exp $
+# $NetBSD: Makefile,v 1.10 2000/11/16 02:32:17 wiz Exp $
DISTNAME= lmbench-2alpha11
PKGNAME= lmbench-2.11a
@@ -12,7 +12,7 @@ HOMEPAGE= http://www.bitmover.com/lm/lmbench/
ALL_TARGET= build
USE_GMAKE= yes
USE_PERL5= yes
-MAKE_ENV+= MACHINE_ARCH=$(MACHINE_ARCH)
+MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH}
post-configure:
@cd ${WRKSRC}; \