Module Name:    src
Committed By:   christos
Date:           Tue Apr 14 14:08:36 UTC 2015

Modified Files:
        src/external/bsd/byacc/bin: Makefile

Log Message:
use the newer skeleton file.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/byacc/bin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/byacc/bin/Makefile
diff -u src/external/bsd/byacc/bin/Makefile:1.5 src/external/bsd/byacc/bin/Makefile:1.6
--- src/external/bsd/byacc/bin/Makefile:1.5	Mon Apr 13 13:15:39 2015
+++ src/external/bsd/byacc/bin/Makefile	Tue Apr 14 10:08:36 2015
@@ -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

Reply via email to