summaryrefslogtreecommitdiff
path: root/benchmarks/sipp
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-11-08 15:45:54 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-11-08 15:45:54 +0000
commitf06145b0b5dc4ec414576c42b644cfb7e7223f69 (patch)
treeca1bf1da71143a3cf8a256c636818b480f2ad414 /benchmarks/sipp
parent- Update to 3.0.0 (diff)
- Fix build: CPP is now part of MAKE_ENV
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=264251
Diffstat (limited to 'benchmarks/sipp')
-rw-r--r--benchmarks/sipp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/sipp/Makefile b/benchmarks/sipp/Makefile
index b2fb93da86ff..a6b73d3b55d4 100644
--- a/benchmarks/sipp/Makefile
+++ b/benchmarks/sipp/Makefile
@@ -21,8 +21,8 @@ PLIST_FILES= bin/sipp
MAN1= sipp.1
USE_GMAKE= yes
-MAKE_ENV+= CPP="${CXX}" \
- CPPFLAGS="${CXXFLAGS}" \
+CPP= ${CXX}
+MAKE_ENV+= CPPFLAGS="${CXXFLAGS}" \
CCLINK="${CXX}"
WRKSRC= ${WRKDIR}/sipp.svn