Source-Changes-HG archive

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

[src/trunk]: src/tools/yacc use new yacc



details:   https://anonhg.NetBSD.org/src/rev/b05bff096946
branches:  trunk
changeset: 748610:b05bff096946
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Oct 29 01:01:27 2009 +0000

description:
use new yacc

diffstat:

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

diffs (12 lines):

diff -r 34f8d87246e8 -r b05bff096946 tools/yacc/Makefile
--- a/tools/yacc/Makefile       Thu Oct 29 01:01:17 2009 +0000
+++ b/tools/yacc/Makefile       Thu Oct 29 01:01:27 2009 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile,v 1.4 2002/12/08 20:20:06 thorpej Exp $
+#      $NetBSD: Makefile,v 1.5 2009/10/29 01:01:27 christos Exp $
 
 HOSTPROGNAME=  ${_TOOL_PREFIX}yacc
-HOST_SRCDIR=   usr.bin/yacc
+HOST_SRCDIR=   external/bsd/byacc/bin
 
 .include "${.CURDIR}/../Makefile.host"



Home | Main Index | Thread Index | Old Index