From b5a7a06de171e39df8cc4e199c50fe0697127894 Mon Sep 17 00:00:00 2001 From: dim Date: Mon, 9 Apr 2012 15:34:22 +0000 Subject: 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(-) (limited to 'usr.bin/truss') diff --git a/usr.bin/truss/Makefile b/usr.bin/truss/Makefile index 31f08d4..a5eff14 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" -- cgit v1.1