Module Name: src
Committed By: christos
Date: Wed Dec 29 19:53:32 UTC 2010
Modified Files:
src/external/gpl2/xcvs/lib/libcvs: Makefile
Log Message:
real override for yacc rules.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 src/external/gpl2/xcvs/lib/libcvs/Makefile:1.9
--- src/external/gpl2/xcvs/lib/libcvs/Makefile:1.8 Wed Oct 28 22:36:48 2009
+++ src/external/gpl2/xcvs/lib/libcvs/Makefile Wed Dec 29 14:53:32 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2009/10/29 02:36:48 christos Exp $
+# $NetBSD: Makefile,v 1.9 2010/12/29 19:53:32 christos Exp $
LIBISPRIVATE= yes
@@ -9,8 +9,6 @@
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 \
@@ -20,6 +18,8 @@
stripslash.c vasnprintf.c xalloc-die.c xgetcwd.c xgethostname.c \
xmalloc.c xreadlink.c yesno.c
-getdate.c: getdate.y
-
.include <bsd.lib.mk>
+# bsd.lib.mk includes bsd.sys.mk which defines the suffix rules, so we
+@ need to override after.
+.y.c .y.h:
+ @true