Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl2/xcvs/lib/libcvs short-circuit yacc. We cannot ...
details: https://anonhg.NetBSD.org/src/rev/515c091d157b
branches: trunk
changeset: 748617:515c091d157b
user: christos <christos%NetBSD.org@localhost>
date: Thu Oct 29 02:36:48 2009 +0000
description:
short-circuit yacc. We cannot make %pure-parser
diffstat:
external/gpl2/xcvs/lib/libcvs/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 2ce7301c5da5 -r 515c091d157b external/gpl2/xcvs/lib/libcvs/Makefile
--- a/external/gpl2/xcvs/lib/libcvs/Makefile Thu Oct 29 02:02:04 2009 +0000
+++ b/external/gpl2/xcvs/lib/libcvs/Makefile Thu Oct 29 02:36:48 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2009/10/19 01:24:19 christos Exp $
+# $NetBSD: Makefile,v 1.8 2009/10/29 02:36:48 christos Exp $
LIBISPRIVATE= yes
@@ -9,6 +9,8 @@
DIST= ${IDIST}/lib
.PATH: ${DIST}
CPPFLAGS+=-I${DIST}
+.y.c .y.h:
+ @true
SRCS= __fpending.c asnprintf.c basename.c canon-host.c canonicalize.c \
chdir-long.c closeout.c cycle-check.c dirname.c dup-safer.c exitfail.c \
Home |
Main Index |
Thread Index |
Old Index