Module Name:    src
Committed By:   christos
Date:           Thu Oct 29 17:16:40 UTC 2009

Modified Files:
        src/tools/lex: Makefile

Log Message:
use bootstrap files for yacc too.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tools/lex/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/lex/Makefile
diff -u src/tools/lex/Makefile:1.7 src/tools/lex/Makefile:1.8
--- src/tools/lex/Makefile:1.7	Mon Oct 26 17:32:14 2009
+++ src/tools/lex/Makefile	Thu Oct 29 13:16:40 2009
@@ -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

Reply via email to