Module Name: src
Committed By: christos
Date: Thu Oct 29 13:07:13 UTC 2009
Modified Files:
src/tools: Makefile
Log Message:
Give m4 its own .WAIT. Fixes build issue on NetBSD-5.
To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 src/tools/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/Makefile
diff -u src/tools/Makefile:1.128 src/tools/Makefile:1.129
--- src/tools/Makefile:1.128 Fri Oct 23 18:14:37 2009
+++ src/tools/Makefile Thu Oct 29 09:07:12 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.128 2009/10/23 22:14:37 joerg Exp $
+# $NetBSD: Makefile,v 1.129 2009/10/29 13:07:12 christos Exp $
.include <bsd.own.mk>
@@ -37,7 +37,8 @@
binstall .WAIT mktemp .WAIT sed .WAIT \
cap_mkdb crunchgen ctags genassym gencat hexdump join \
${LINT_BITS} \
- lorder m4 makewhatis mkdep mtree rpcgen tsort uudecode \
+ lorder makewhatis mkdep mtree rpcgen tsort uudecode \
+ m4 .WAIT \
texinfo .WAIT \
yacc .WAIT \
awk .WAIT \