Module Name: src
Committed By: christos
Date: Sun Oct 18 23:47:43 UTC 2009
Modified Files:
src/gnu/usr.bin/gettext/libnlsut: Makefile
Log Message:
we have getdelim and getline, no need for a separate copy here.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/gnu/usr.bin/gettext/libnlsut/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/gnu/usr.bin/gettext/libnlsut/Makefile
diff -u src/gnu/usr.bin/gettext/libnlsut/Makefile:1.7 src/gnu/usr.bin/gettext/libnlsut/Makefile:1.8
--- src/gnu/usr.bin/gettext/libnlsut/Makefile:1.7 Sat May 3 10:48:30 2008
+++ src/gnu/usr.bin/gettext/libnlsut/Makefile Sun Oct 18 19:47:43 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2008/05/03 14:48:30 lukem Exp $
+# $NetBSD: Makefile,v 1.8 2009/10/18 23:47:43 christos Exp $
LIBISPRIVATE= yes
@@ -30,7 +30,6 @@
fwriteerror.c \
full-write.c \
gcd.c \
-getline.c \
getndelim2.c \
hash.c \
javacomp.c \