[uClibc-cvs] uClibc/libc/stdio Makefile,1.39,1.40

Manuel Novoa III mjn3 at uclibc.org
Fri Sep 5 06:50:59 UTC 2003


Update of /var/cvs/uClibc/libc/stdio
In directory winder:/tmp/cvs-serv7872

Modified Files:
	Makefile 
Log Message:
Always build _store_inttype since it is used by the new scanf.


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/stdio/Makefile,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- Makefile	1 Aug 2003 20:08:53 -0000	1.39
+++ Makefile	5 Sep 2003 06:50:56 -0000	1.40
@@ -49,7 +49,8 @@
 
 MSRC2= printf.c
 MOBJ2=  vsnprintf.o vdprintf.o vasprintf.o vprintf.o vsprintf.o \
-	fprintf.o  snprintf.o  dprintf.o  asprintf.o  printf.o  sprintf.o
+	fprintf.o  snprintf.o  dprintf.o  asprintf.o  printf.o  sprintf.o \
+	_store_inttype.o
 
 MSRC3=scanf.c
 MOBJ3=scanf.o sscanf.o fscanf.o vscanf.o vsscanf.o vfscanf.o \
@@ -64,8 +65,7 @@
 
 ifneq ($(USE_OLD_VFPRINTF),y)
 	MOBJ2 += _ppfs_init.o _ppfs_prepargs.o _ppfs_setargs.o \
-		 _ppfs_parsespec.o vfprintf.o \
-		 _store_inttype.o _load_inttype.o \
+		 _ppfs_parsespec.o vfprintf.o _load_inttype.o \
 		 register_printf_function.o parse_printf_format.o
 endif
 




More information about the uClibc-cvs mailing list