Skip to content

Commit

Permalink
Since truss also uses kdump's mkioctls script, pass the value of ${CPP}
Browse files Browse the repository at this point in the history
there too, similar to r234058.

MFC after:	1 week
  • Loading branch information
DimitryAndric committed Apr 9, 2012
1 parent 24b943f commit b5a7a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr.bin/truss/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b5a7a06

Please sign in to comment.