From caed8420ef5be27f4b6e2b07a39e21642e6d1ceb Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 13 Feb 2006 07:36:40 +0000 Subject: More renames for IMA --- libc/stdio/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/stdio/Makefile.in') 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 -- cgit v1.2.3