diff options
| author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-07-09 14:00:50 +0000 |
|---|---|---|
| committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-07-09 14:00:50 +0000 |
| commit | aba870d2c18b5ad6a4417a40488a726197589676 (patch) | |
| tree | 7c648c887b944c0b6386719e3c98e7cce9c939e5 /libc/stdio | |
| parent | 1ebdd589ab2621125544007434bf04b97631715d (diff) | |
| download | uClibc-alpine-aba870d2c18b5ad6a4417a40488a726197589676.tar.bz2 uClibc-alpine-aba870d2c18b5ad6a4417a40488a726197589676.tar.xz | |
Synch the whole build system. Also including recent fix on testsuite build system
Diffstat (limited to 'libc/stdio')
| -rw-r--r-- | libc/stdio/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/stdio/Makefile.in b/libc/stdio/Makefile.in index d6134cb06..74f6d9aed 100644 --- a/libc/stdio/Makefile.in +++ b/libc/stdio/Makefile.in @@ -59,6 +59,7 @@ CUSRC := \ ifneq ($(USE_OLD_VFPRINTF),y) VF_CSRC := \ vfprintf.c \ + _vfprintf_internal.c \ _ppfs_init.c _ppfs_prepargs.c _ppfs_setargs.c _ppfs_parsespec.c \ register_printf_function.c parse_printf_format.c CSRC += $(VF_CSRC) @@ -77,7 +78,7 @@ CSRC += _wfwrite.c fwprintf.c swprintf.c vswprintf.c vwprintf.c wprintf.c \ CUSRC += fgetwc.c getwchar.c fgetws.c fputwc.c putwchar.c fputws.c # getwc (fgetwc alias) getwc_unlocked (fgetwc_unlocked alias) # putwc (fputwc alias) putwc_unlocked (fputwc_unlocked alias) -CSRC += vfwprintf.c +CSRC += vfwprintf.c _vfwprintf_internal.c CSRC += wscanf.c swscanf.c fwscanf.c vwscanf.c vswscanf.c vfwscanf.c endif |
