Module Name: src
Committed By: christos
Date: Thu Oct 29 02:36:48 UTC 2009
Modified Files:
src/external/gpl2/xcvs/lib/libcvs: Makefile
Log Message:
short-circuit yacc. We cannot make %pure-parser
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/gpl2/xcvs/lib/libcvs/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/gpl2/xcvs/lib/libcvs/Makefile
diff -u src/external/gpl2/xcvs/lib/libcvs/Makefile:1.7 src/external/gpl2/xcvs/lib/libcvs/Makefile:1.8
--- src/external/gpl2/xcvs/lib/libcvs/Makefile:1.7 Sun Oct 18 21:24:19 2009
+++ src/external/gpl2/xcvs/lib/libcvs/Makefile Wed Oct 28 22:36:48 2009
@@ -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 \