Module Name: src
Committed By: pgoyette
Date: Thu Dec 30 00:46:38 UTC 2010
Modified Files:
src/external/gpl2/xcvs/lib/libcvs: Makefile
Log Message:
Fix typo - let the build proceed
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 src/external/gpl2/xcvs/lib/libcvs/Makefile:1.10
--- src/external/gpl2/xcvs/lib/libcvs/Makefile:1.9 Wed Dec 29 19:53:32 2010
+++ src/external/gpl2/xcvs/lib/libcvs/Makefile Thu Dec 30 00:46:38 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2010/12/29 19:53:32 christos Exp $
+# $NetBSD: Makefile,v 1.10 2010/12/30 00:46:38 pgoyette Exp $
LIBISPRIVATE= yes
@@ -20,6 +20,6 @@
.include <bsd.lib.mk>
# bsd.lib.mk includes bsd.sys.mk which defines the suffix rules, so we
-@ need to override after.
+# need to override after.
.y.c .y.h:
@true