Subject: CVS commit: src/lib/libc
To: None <source-changes@NetBSD.org>
From: Takehiko NOZAKI <tnozaki@netbsd.org>
List: source-changes
Date: 03/18/2007 08:52:48
Module Name:	src
Committed By:	tnozaki
Date:		Sun Mar 18 08:52:48 UTC 2007

Modified Files:
	src/lib/libc: Makefile

Log Message:
don't use CPPPICFLAGS but CPICFLAGS.

CPPPICFLAGS obly affect *.s sources only,
but we want -D_I18N_DYNAMIC flag for *.c source
(src/lib/libc/citrus_module.c and so on).
use CPICFLAGS instead.

this fix suggested by tsutsui-san in current-users@, thanks.


To generate a diff of this commit:
cvs rdiff -r1.128 -r1.129 src/lib/libc/Makefile

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