Source-Changes-HG archive

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

[src/trunk]: src/tools/lex use bootstrap files for yacc too.



details:   https://anonhg.NetBSD.org/src/rev/fda7c38c2921
branches:  trunk
changeset: 748644:fda7c38c2921
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Oct 29 17:16:40 2009 +0000

description:
use bootstrap files for yacc too.

diffstat:

 tools/lex/Makefile |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 74001d8ecce0 -r fda7c38c2921 tools/lex/Makefile
--- a/tools/lex/Makefile        Thu Oct 29 17:10:32 2009 +0000
+++ b/tools/lex/Makefile        Thu Oct 29 17:16:40 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2009/10/26 21:32:14 christos Exp $
+#      $NetBSD: Makefile,v 1.8 2009/10/29 17:16:40 christos Exp $
 
 HOSTPROGNAME=  ${_TOOL_PREFIX}lex
 HOST_SRCDIR=   external/bsd/flex/bin
@@ -8,3 +8,11 @@
 
 scan.c:
        echo '#include <initscan.c>' >$@
+parse.c:
+       echo '#include <initparse.c>' >$@
+parse.h:
+       echo '#include <initparse.h>' >$@
+
+scan.c: parse.h
+
+CLEANFILES+=scan.c parse.c parse.h



Home | Main Index | Thread Index | Old Index