Tell cpp to only look where we told it

This commit is contained in:
Simon J. Gerraty 2013-10-12 23:33:36 +00:00
parent e97689cb24
commit 7f430eb166
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/bmake/; revision=256403

View File

@ -38,7 +38,7 @@ case "${MACHINE}" in
esac
awk -v x="$ioctl_includes" 'BEGIN {print x}' |
$CPP -I$1 -dM -DCOMPAT_43TTY - |
$CPP -nostdinc -I$1 -dM -DCOMPAT_43TTY - |
awk -v ioctl_includes="$ioctl_includes" -v style="$style" '
BEGIN {
print "/* XXX obnoxious prerequisites. */"