4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-18 12:29:32 +08:00

* libc/stdio/Makefile.am (vfprintf.$(oext)): Add $(INCLUDES) to

compile line.
This commit is contained in:
Thomas Fitzsimmons 2001-12-14 19:14:27 +00:00
parent b6ddef77a4
commit cdf7120d2d
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2001-12-14 Thomas Fitzsimmons <fitzsim@redhat.com>
* libc/stdio/Makefile.am (vfprintf.$(oext)): Add $(INCLUDES) to
compile line.
2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
* Makefile.shared: New file.

View File

@ -93,7 +93,7 @@ include $(srcdir)/../../Makefile.shared
# libtool moves vfprintf.o and subsequently can't find it.
vfprintf.$(oext): vfprintf.c
$(LIB_COMPILE) -c $(srcdir)/vfprintf.c
$(LIB_COMPILE) $(INCLUDES) -c $(srcdir)/vfprintf.c
vfiprintf.$(oext): vfprintf.c
$(LIB_COMPILE) -DINTEGER_ONLY -c $(srcdir)/vfprintf.c -o $@

View File

@ -497,7 +497,7 @@ objectlist.awk.in: $(noinst_LTLIBRARIES)
# libtool moves vfprintf.o and subsequently can't find it.
vfprintf.$(oext): vfprintf.c
$(LIB_COMPILE) -c $(srcdir)/vfprintf.c
$(LIB_COMPILE) $(INCLUDES) -c $(srcdir)/vfprintf.c
vfiprintf.$(oext): vfprintf.c
$(LIB_COMPILE) -DINTEGER_ONLY -c $(srcdir)/vfprintf.c -o $@