OSDN Git Service

* libc/stdio/Makefile.am (vfprintf.$(oext)): Add $(INCLUDES) to
authorfitzsim <fitzsim>
Fri, 14 Dec 2001 19:14:27 +0000 (19:14 +0000)
committerfitzsim <fitzsim>
Fri, 14 Dec 2001 19:14:27 +0000 (19:14 +0000)
compile line.

newlib/ChangeLog
newlib/libc/stdio/Makefile.am
newlib/libc/stdio/Makefile.in

index 6cf3ec0..8868c62 100644 (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.
index cc7878a..3049680 100644 (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 $@
index 705f072..9165ad1 100644 (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 $@