Module Name:    src
Committed By:   he
Date:           Mon Mar  7 13:28:06 UTC 2011

Modified Files:
        src/tools/makefs: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tools/makefs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/makefs/Makefile
diff -u src/tools/makefs/Makefile:1.8 src/tools/makefs/Makefile:1.9
--- src/tools/makefs/Makefile:1.8	Sun Mar  6 18:15:30 2011
+++ src/tools/makefs/Makefile	Mon Mar  7 13:28:06 2011
@@ -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"
-

Reply via email to