Module Name: src
Committed By: christos
Date: Mon Oct 26 21:32:14 UTC 2009
Modified Files:
src/tools/lex: Makefile
Log Message:
switch to new lex
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 src/tools/lex/Makefile:1.7
--- src/tools/lex/Makefile:1.6 Mon Oct 26 00:08:55 2009
+++ src/tools/lex/Makefile Mon Oct 26 17:32:14 2009
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2009/10/26 04:08:55 christos Exp $
+# $NetBSD: Makefile,v 1.7 2009/10/26 21:32:14 christos Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}lex
-HOST_SRCDIR= usr.bin/lex
-#HOST_SRCDIR= external/bsd/flex/bin
+HOST_SRCDIR= external/bsd/flex/bin
.include "${.CURDIR}/../Makefile.host"
+HOST_CPPFLAGS+= -DM4=\"${TOOL_M4}\"
scan.c:
echo '#include <initscan.c>' >$@