Module Name: src
Committed By: christos
Date: Sun May 3 17:13:07 UTC 2009
Modified Files:
src/external/gpl2/xcvs/lib/libcvs: Makefile
Log Message:
bypass the .y -> .c rule for getdate.y
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 src/external/gpl2/xcvs/lib/libcvs/Makefile:1.6
--- src/external/gpl2/xcvs/lib/libcvs/Makefile:1.5 Sun Apr 12 18:30:48 2009
+++ src/external/gpl2/xcvs/lib/libcvs/Makefile Sun May 3 13:13:07 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2009/04/12 22:30:48 christos Exp $
+# $NetBSD: Makefile,v 1.6 2009/05/03 17:13:07 christos Exp $
LIBISPRIVATE= yes
@@ -18,4 +18,6 @@
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>