diff options
| author | christos <christos@NetBSD.org> | 2009-10-18 23:47:43 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2009-10-18 23:47:43 +0000 |
| commit | bf1e098a889df8ef29dcc5622e457eec8567315d (patch) | |
| tree | a77972cbf1e389d89de60149c1a3fdb761d8ade9 /gnu/usr.bin | |
| parent | f996d27b0636be1b13db0f0a7a53e7a8e55d81d1 (diff) | |
we have getdelim and getline, no need for a separate copy here.
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/gettext/libnlsut/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/gettext/libnlsut/Makefile b/gnu/usr.bin/gettext/libnlsut/Makefile index 7b1f416d2d6..8b2d0f69462 100644 --- a/gnu/usr.bin/gettext/libnlsut/Makefile +++ b/gnu/usr.bin/gettext/libnlsut/Makefile @@ -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 @@ fstrcmp.c \ fwriteerror.c \ full-write.c \ gcd.c \ -getline.c \ getndelim2.c \ hash.c \ javacomp.c \ |
