Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Marshall <keithmarshall@@users.sf.net>2008-08-14 19:13:18 +0400
committerKeith Marshall <keithmarshall@@users.sf.net>2008-08-14 19:13:18 +0400
commitd434b57f869e8bf2ea3e72fc58c5d5917e71a444 (patch)
tree118a9f4970119a4742e9ca004f480d3a8ecc6c1c /winsup/mingw/mingwex
parent39f50e387b8d70d8f75beec47d7394991c58b4a2 (diff)
Add missing dependencies for building libmingwex.a.
Diffstat (limited to 'winsup/mingw/mingwex')
-rw-r--r--winsup/mingw/mingwex/Makefile.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/winsup/mingw/mingwex/Makefile.in b/winsup/mingw/mingwex/Makefile.in
index 3d67b9d24..4a71b8f4e 100644
--- a/winsup/mingw/mingwex/Makefile.in
+++ b/winsup/mingw/mingwex/Makefile.in
@@ -278,8 +278,14 @@ $(GDTOA_OBJS): gd_arith.h gdtoa.h gdtoaimp.h gd_qnan.h
$(MATH_ROUND_OBJS) $(MATH_LROUND_OBJS) $(MATH_LLROUND_OBJS): round_internal.h
-snprintf.o: snprintf.c pformat.h
-vsnprintf.o: vsnprintf.c pformat.h
+printf.o: printf.c pformat.h
+fprintf.o: fprintf.c pformat.h
+sprintf.o: sprintf.c pformat.h
+snprintf.o: snprintf.c pformat.h
+vprintf.o: vprintf.c pformat.h
+vfprintf.o: vfprintf.c pformat.h
+vsprintf.o: vsprintf.c pformat.h
+vsnprintf.o: vsnprintf.c pformat.h
dist:
mkdir $(distdir)/mingwex