aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/sipp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/sipp/Makefile')
-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