From 085e2c2102cee8aa05cfea9faf1f5b5fe0457314 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Mon, 9 Apr 2012 15:34:22 +0000 Subject: [PATCH] Since truss also uses kdump's mkioctls script, pass the value of ${CPP} there too, similar to r234058. MFC after: 1 week --- usr.bin/truss/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/truss/Makefile b/usr.bin/truss/Makefile index 31f08d49b44..a5eff14e5d5 100644 --- a/usr.bin/truss/Makefile +++ b/usr.bin/truss/Makefile @@ -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"