mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04: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:
parent
bcd6068179
commit
085e2c2102
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue