From ae0a4df442c666eb5055ecb2bd61bf11fe88714a Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Sat, 30 Mar 2013 07:25:21 +0000 Subject: reorder include search directories. cuts lookups by quite a bit. ok deraadt miod --- sys/arch/macppc/conf/Makefile.macppc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/macppc') diff --git a/sys/arch/macppc/conf/Makefile.macppc b/sys/arch/macppc/conf/Makefile.macppc index 2ca26a97027..fda9e6affcf 100644 --- a/sys/arch/macppc/conf/Makefile.macppc +++ b/sys/arch/macppc/conf/Makefile.macppc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.macppc,v 1.65 2012/08/28 21:03:32 pascal Exp $ +# $OpenBSD: Makefile.macppc,v 1.66 2013/03/30 07:25:20 tedu Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -21,7 +21,7 @@ S!= cd ../../../..; pwd _machdir?= $S/arch/${_mach} _archdir?= $S/arch/${_arch} -INCLUDES= -nostdinc -I. -I$S -I$S/arch +INCLUDES= -nostdinc -I$S -I. -I$S/arch CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -D__${_mach}__ -MD -MP CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ -Wno-main -Wno-uninitialized -Wno-format \ -- cgit v1.2.3