summaryrefslogtreecommitdiff
path: root/benchmarks/lmbench/Makefile
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-05-20 19:32:39 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-05-20 19:32:39 +0000
commitf191d6b8872215d88c30b5942a9319854b9e98ba (patch)
tree2ae9e1593b29ed28637a9cbae361c9e3af678802 /benchmarks/lmbench/Makefile
parent- Use libtool (diff)
Quote ${CC} and similar variables in MAKE_ARGS.
Reported by: Dominic Fandrey <kamikaze@bsdforen.de>
Notes
Notes: svn path=/head/; revision=354670
Diffstat (limited to '')
-rw-r--r--benchmarks/lmbench/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile
index d42d194026f8..e41c5e264f6f 100644
--- a/benchmarks/lmbench/Makefile
+++ b/benchmarks/lmbench/Makefile
@@ -14,7 +14,7 @@ MAINTAINER= sacchi@gmail.com
COMMENT= System performance measurement tool
ALL_TARGET= build
-MAKE_ARGS= CC='${CC}'
+MAKE_ARGS= CC="${CC}"
MAKE_ENV= PATH=${PATH}:${WRKSRC}/scripts
USES= shebangfix perl5 gmake
USE_PERL5= run