1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=234060

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"