Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libc



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.




Home | Main Index | Thread Index | Old Index