Add . to the include path so that we follow the 'machine' symlink we create

during depend on amd64.

Reported by:	rwatson
This commit is contained in:
John Baldwin 2007-10-26 15:56:22 +00:00
parent cfe127f5bc
commit 150b476d94
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173026

View File

@ -31,7 +31,7 @@ CFLAGS= -Os \
-DSIOFMT=${B2SIOFMT} \
-DSIOSPD=${BOOT_COMCONSOLE_SPEED} \
-I${.CURDIR}/../../common \
-I${.CURDIR}/../btx/lib \
-I${.CURDIR}/../btx/lib -I. \
-I${.CURDIR}/../boot2 \
-Wall -Waggregate-return -Wbad-function-cast -Wcast-align \
-Wmissing-declarations -Wmissing-prototypes -Wnested-externs \