Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools Give m4 its own .WAIT. Fixes build issue on NetBSD-5.



details:   https://anonhg.NetBSD.org/src/rev/f317370a72e6
branches:  trunk
changeset: 748626:f317370a72e6
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Oct 29 13:07:12 2009 +0000

description:
Give m4 its own .WAIT. Fixes build issue on NetBSD-5.

diffstat:

 tools/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 5994b1f18079 -r f317370a72e6 tools/Makefile
--- a/tools/Makefile    Thu Oct 29 13:03:09 2009 +0000
+++ b/tools/Makefile    Thu Oct 29 13:07:12 2009 +0000
@@ -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 \



Home | Main Index | Thread Index | Old Index