summaryrefslogtreecommitdiff
path: root/benchmarks/lmbench
diff options
context:
space:
mode:
authorwiz <wiz>2000-11-16 02:32:17 +0000
committerwiz <wiz>2000-11-16 02:32:17 +0000
commit0742a680110eb574f37df96361d3ba88d705ba97 (patch)
treeb13ee78236b45c672d6f62ae54f286a63572b2ce /benchmarks/lmbench
parentf47b0e7fa3e41476f979e382a8ab39cf43db73c5 (diff)
downloadpkgsrc-0742a680110eb574f37df96361d3ba88d705ba97.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}; \