Module Name: src
Committed By: christos
Date: Mon Oct 26 04:08:55 UTC 2009
Modified Files:
src/tools/lex: Makefile
Log Message:
back to old lex
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 src/tools/lex/Makefile:1.6
--- src/tools/lex/Makefile:1.5 Sun Oct 25 21:19:02 2009
+++ src/tools/lex/Makefile Mon Oct 26 00:08:55 2009
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2009/10/26 01:19:02 christos Exp $
+# $NetBSD: Makefile,v 1.6 2009/10/26 04:08:55 christos Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}lex
-HOST_SRCDIR= external/bsd/flex/bin
+HOST_SRCDIR= usr.bin/lex
+#HOST_SRCDIR= external/bsd/flex/bin
.include "${.CURDIR}/../Makefile.host"