Source-Changes-HG archive

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

[src/trunk]: src/tools/lex switch to new lex



details:   https://anonhg.NetBSD.org/src/rev/bc2de540968e
branches:  trunk
changeset: 748553:bc2de540968e
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Oct 26 21:32:14 2009 +0000

description:
switch to new lex

diffstat:

 tools/lex/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (17 lines):

diff -r b4cc0b3821a4 -r bc2de540968e tools/lex/Makefile
--- a/tools/lex/Makefile        Mon Oct 26 21:30:02 2009 +0000
+++ b/tools/lex/Makefile        Mon Oct 26 21:32:14 2009 +0000
@@ -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>' >$@



Home | Main Index | Thread Index | Old Index