Module Name:    src
Committed By:   stacktic
Date:           Sun Oct 18 12:41:06 UTC 2009

Modified Files:
        src/etc/mtree: Makefile

Log Message:
Fixed build with read-only source tree.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/etc/mtree/Makefile

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

Modified files:

Index: src/etc/mtree/Makefile
diff -u src/etc/mtree/Makefile:1.7 src/etc/mtree/Makefile:1.8
--- src/etc/mtree/Makefile:1.7	Tue Sep  8 09:57:32 2009
+++ src/etc/mtree/Makefile	Sun Oct 18 12:41:06 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.7 2009/09/08 09:57:32 he Exp $
+#	$NetBSD: Makefile,v 1.8 2009/10/18 12:41:06 stacktic Exp $
 
 .include <bsd.own.mk>
 
@@ -13,7 +13,8 @@
 .endif
 
 NetBSD.dist:	NetBSD.dist.base ${NETBSD_DIST_X11_FILE}
-	${TOOL_CAT} ${.CURDIR}/NetBSD.dist.base ${NETBSD_DIST_X11_FILE} > ${.TARGET}
+	${TOOL_CAT} ${.CURDIR}/NetBSD.dist.base ${NETBSD_DIST_X11_FILE} > \
+	    ${.OBJDIR}/NetBSD.dist
 
 CONFIGFILES=	NetBSD.dist special
 FILESDIR=	/etc/mtree

Reply via email to