summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2007-10-26 15:56:22 +0000
committerjhb <jhb@FreeBSD.org>2007-10-26 15:56:22 +0000
commit8646bbe8b72f40f0dfe6a1d193077c88cef54752 (patch)
treee7987307dcd185771ccaf17ac452ff699d0a3772
parent8726f9ec953028a0143eb8cddc2f32cedf2cb73b (diff)
downloadFreeBSD-src-8646bbe8b72f40f0dfe6a1d193077c88cef54752.zip
FreeBSD-src-8646bbe8b72f40f0dfe6a1d193077c88cef54752.tar.gz
Add . to the include path so that we follow the 'machine' symlink we create
during depend on amd64. Reported by: rwatson
-rw-r--r--sys/boot/i386/gptboot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/gptboot/Makefile b/sys/boot/i386/gptboot/Makefile
index b053c60..cc71b35 100644
--- a/sys/boot/i386/gptboot/Makefile
+++ b/sys/boot/i386/gptboot/Makefile
@@ -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 \
OpenPOWER on IntegriCloud