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 Fix typo - let the build proceed



details:   https://anonhg.NetBSD.org/src/rev/bc859f759bd9
branches:  trunk
changeset: 760175:bc859f759bd9
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Dec 30 00:46:38 2010 +0000

description:
Fix typo - let the build proceed

diffstat:

 external/gpl2/xcvs/lib/libcvs/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r be88a69bf1dd -r bc859f759bd9 external/gpl2/xcvs/lib/libcvs/Makefile
--- a/external/gpl2/xcvs/lib/libcvs/Makefile    Wed Dec 29 23:14:21 2010 +0000
+++ b/external/gpl2/xcvs/lib/libcvs/Makefile    Thu Dec 30 00:46:38 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index