From e078102c8c649c865d5457251be5051dd8143f57 Mon Sep 17 00:00:00 2001 From: he Date: Mon, 7 Mar 2011 13:28:06 +0000 Subject: [PATCH] This tool now depends on updated target includes in the tools build for an UPDATE build to succeed; ensure that by including ${.CURDIR}/../Makefile.nbincludes. --- tools/makefs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/makefs/Makefile b/tools/makefs/Makefile index 8e673986d5e1..f7919550f163 100644 --- a/tools/makefs/Makefile +++ b/tools/makefs/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2011/03/06 18:15:30 bouyer Exp $ +# $NetBSD: Makefile,v 1.9 2011/03/07 13:28:06 he Exp $ HOSTPROGNAME= ${_TOOL_PREFIX}makefs HOST_SRCDIR= usr.sbin/makefs HOST_CPPFLAGS+= -I. -I${TOOLDIR}/include/nbinclude +.include "${.CURDIR}/../Makefile.nbincludes" .include "${.CURDIR}/../Makefile.host" -