Add missing dependencies for building libmingwex.a.
This commit is contained in:
parent
39f50e387b
commit
d434b57f86
|
@ -1,3 +1,11 @@
|
|||
2008-08-14 Keith Marshall <keithmarshall@users.sourceforge.net>
|
||||
|
||||
Add missing dependencies for building libmingwex.a.
|
||||
|
||||
* mingwex/Makefile.in (printf.o, fprintf.o, sprintf.o): Make them...
|
||||
(vprintf.o, vfprintf.o, vsprintf.o): ...and also these, depend on...
|
||||
(pformat.h): ...this.
|
||||
|
||||
2008-08-11 Keith Marshall <keithmarshall@users.sourceforge.net>
|
||||
|
||||
Add replacements for remaining members of printf() family.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue