revert to rev1.127 for iconv(3).

This commit is contained in:
tnozaki 2007-03-19 12:27:22 +00:00
parent af7a0c1731
commit 037cfac899
1 changed files with 2 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.129 2007/03/18 08:52:48 tnozaki Exp $
# $NetBSD: Makefile,v 1.130 2007/03/19 12:27:22 tnozaki Exp $
# @(#)Makefile 8.2 (Berkeley) 2/3/94
#
# All library objects contain sccsid strings by default; they may be
@ -105,10 +105,6 @@ FILESDIR= /var/db
# workaround for I18N stuffs: build singlebyte setlocale() for libc.a,
# multibyte for libc.so. the quirk should be removed when we support
# dlopen() from within statically linked binaries.
.if ${MKPICLIB} != "no"
CPICFLAGS+= -D_I18N_DYNAMIC
.elif ${MKPIC} != "no"
CPPFLAGS+= -D_I18N_DYNAMIC
.endif
CSHLIBFLAGS+= -D_I18N_DYNAMIC
.include <bsd.lib.mk>