Source-Changes-HG archive

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

[src/trunk]: src/tools/lex use new lex.



details:   https://anonhg.NetBSD.org/src/rev/7218936681e9
branches:  trunk
changeset: 748510:7218936681e9
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Oct 26 01:19:02 2009 +0000

description:
use new lex.

diffstat:

 tools/lex/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 49cc4e2954c0 -r 7218936681e9 tools/lex/Makefile
--- a/tools/lex/Makefile        Mon Oct 26 01:18:46 2009 +0000
+++ b/tools/lex/Makefile        Mon Oct 26 01:19:02 2009 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.4 2002/12/08 20:20:01 thorpej Exp $
+#      $NetBSD: Makefile,v 1.5 2009/10/26 01:19:02 christos Exp $
 
 HOSTPROGNAME=  ${_TOOL_PREFIX}lex
-HOST_SRCDIR=   usr.bin/lex
+HOST_SRCDIR=   external/bsd/flex/bin
 
 .include "${.CURDIR}/../Makefile.host"
 



Home | Main Index | Thread Index | Old Index