From 6d0e187df0d2a1741e538eea727a0d16d35daf96 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Fri, 9 Jan 2004 17:10:08 +0000 Subject: use cc -E for the preprocessor instead of cpp. ok espie@ millert@ --- usr.bin/kdump/mkioctls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/kdump/mkioctls') diff --git a/usr.bin/kdump/mkioctls b/usr.bin/kdump/mkioctls index cc801364926..916ce8de939 100644 --- a/usr.bin/kdump/mkioctls +++ b/usr.bin/kdump/mkioctls @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: mkioctls,v 1.14 2003/07/02 20:54:17 deraadt Exp $ +# $OpenBSD: mkioctls,v 1.15 2004/01/09 17:10:07 brad Exp $ # # Copyright (c) 1994 @@ -31,7 +31,7 @@ # # @(#)mkioctls 8.2 (Berkeley) 4/28/95 # -cpp -nostdinc -idirafter $DESTDIR/usr/include -dM ${1+"$@"} | awk ' +${CC:-cc} -E -nostdinc -idirafter $DESTDIR/usr/include -dM ${1+"$@"} | awk ' BEGIN { print "#include " print "#include " -- cgit v1.2.3