Date: Mon, 16 Oct 2017 03:59:34 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r324650 - head/sys/boot Message-ID: <201710160359.v9G3xYJ1087805@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Mon Oct 16 03:59:33 2017 New Revision: 324650 URL: https://svnweb.freebsd.org/changeset/base/324650 Log: tweak style Modified: head/sys/boot/ficl.mk Modified: head/sys/boot/ficl.mk ============================================================================== --- head/sys/boot/ficl.mk Mon Oct 16 03:59:28 2017 (r324649) +++ head/sys/boot/ficl.mk Mon Oct 16 03:59:33 2017 (r324650) @@ -26,8 +26,7 @@ CFLAGS+= -fPIC CFLAGS+= -m32 -mcpu=powerpc -I. .endif -CFLAGS+= -I${FICLDIR} -I${FICLDIR}/${FICL_CPUARCH} \ - -I${FICLDIR}/../common +CFLAGS+= -I${FICLDIR} -I${FICLDIR}/${FICL_CPUARCH} -I${SRCTOP}/sys/boot/common .if ${MACHINE_CPUARCH} == "amd64" && defined(FICL32) .if !exists(machine)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710160359.v9G3xYJ1087805>