Since truss also uses kdump's mkioctls script, pass the value of ${CPP}

there too, similar to r234058.

MFC after:	1 week
This commit is contained in:
Dimitry Andric 2012-04-09 15:34:22 +00:00
parent bcd6068179
commit 085e2c2102

View File

@ -23,7 +23,7 @@ syscalls.h: syscalls.master
${.CURDIR}/i386.conf
ioctl.c: ${.CURDIR}/../kdump/mkioctls
env MACHINE=${MACHINE} \
env MACHINE=${MACHINE} CPP="${CPP}" \
/bin/sh ${.CURDIR}/../kdump/mkioctls return ${DESTDIR}/usr/include > ${.TARGET}
.if ${MACHINE_CPUARCH} == "i386"