diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-13 07:36:40 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-13 07:36:40 +0000 |
commit | caed8420ef5be27f4b6e2b07a39e21642e6d1ceb (patch) | |
tree | 965f11d1f2103eeda2d09448bbbcbc1848a37855 /libc/stdio/Makefile.in | |
parent | 5ba9a00a29564ec74925f9acbba7753b004facf0 (diff) |
More renames for IMA
Diffstat (limited to 'libc/stdio/Makefile.in')
-rw-r--r-- | libc/stdio/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/stdio/Makefile.in b/libc/stdio/Makefile.in index 3a6f739b4..3e0d7aeac 100644 --- a/libc/stdio/Makefile.in +++ b/libc/stdio/Makefile.in @@ -55,7 +55,7 @@ CUSRC := \ # putc_unlocked -> alias for fputc_unlocked # vfprintf and support functions -MSRC1 := vfprintf.c +MSRC1 := _vfprintf.c ifneq ($(USE_OLD_VFPRINTF),y) MOBJ1 := \ vfprintf.o \ @@ -67,7 +67,7 @@ CSRC += old_vfprintf.c endif # vfscanf and support functions plus other *scanf funcs -MSRC2 := scanf.c +MSRC2 := _scanf.c MOBJ2 := \ vfscanf.o __scan_cookie.o __psfs_parse_spec.o __psfs_do_numeric.o \ scanf.o sscanf.o fscanf.o vscanf.o vsscanf.o |