Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/byacc/bin use the newer skeleton file.



details:   https://anonhg.NetBSD.org/src/rev/e5732449f0a9
branches:  trunk
changeset: 807583:e5732449f0a9
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Apr 14 14:08:36 2015 +0000

description:
use the newer skeleton file.

diffstat:

 external/bsd/byacc/bin/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r dca4abfa5c76 -r e5732449f0a9 external/bsd/byacc/bin/Makefile
--- a/external/bsd/byacc/bin/Makefile   Tue Apr 14 14:08:21 2015 +0000
+++ b/external/bsd/byacc/bin/Makefile   Tue Apr 14 14:08:36 2015 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.5 2015/04/13 17:15:39 christos Exp $
+#      $NetBSD: Makefile,v 1.6 2015/04/14 14:08:36 christos Exp $
 
 .include "bsd.own.mk"
 
 PROG=  yacc
 SRCS=  closure.c error.c lalr.c lr0.c main.c mkpar.c output.c reader.c \
-       symtab.c verbose.c warshall.c graph.c mstring.c btyaccpar.c
+       symtab.c verbose.c warshall.c graph.c mstring.c yaccpar.c
 
 CPPFLAGS+=     -DMAXTABLE=INT_MAX
 CPPFLAGS+=     -DGCC_NORETURN=__dead



Home | Main Index | Thread Index | Old Index