[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/Makefile between version 1.129 and 1.130

version 1.129, 2007/03/18 08:52:48 version 1.130, 2007/03/19 12:27:22
Line 105  FILESDIR= /var/db
Line 105  FILESDIR= /var/db
 # workaround for I18N stuffs: build singlebyte setlocale() for libc.a,  # workaround for I18N stuffs: build singlebyte setlocale() for libc.a,
 # multibyte for libc.so.  the quirk should be removed when we support  # multibyte for libc.so.  the quirk should be removed when we support
 # dlopen() from within statically linked binaries.  # dlopen() from within statically linked binaries.
 .if ${MKPICLIB} != "no"  CSHLIBFLAGS+=   -D_I18N_DYNAMIC
 CPICFLAGS+=     -D_I18N_DYNAMIC  
 .elif ${MKPIC} != "no"  
 CPPFLAGS+=      -D_I18N_DYNAMIC  
 .endif  
   
 .include <bsd.lib.mk>  .include <bsd.lib.mk>

Legend:
Removed from v.1.129  
changed lines
  Added in v.1.130

CVSweb <webmaster@jp.NetBSD.org>