aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@redhat.com>2001-12-14 19:27:46 +0000
committerThomas Fitzsimmons <fitzsim@redhat.com>2001-12-14 19:27:46 +0000
commitf85be99c516888d5cfcb3fa2dec8be0676f66d56 (patch)
treedd5644a42b9d35a64e42ab0a6174bce4a931932f
parentcdf7120d2d2d80875f29e19cbade45247272c299 (diff)
downloadnewlib-f85be99c516888d5cfcb3fa2dec8be0676f66d56.zip
newlib-f85be99c516888d5cfcb3fa2dec8be0676f66d56.tar.gz
newlib-f85be99c516888d5cfcb3fa2dec8be0676f66d56.tar.bz2
(vfiprintf.$(oext)): Likewise.
-rw-r--r--newlib/ChangeLog1
-rw-r--r--newlib/libc/stdio/Makefile.am2
-rw-r--r--newlib/libc/stdio/Makefile.in2
3 files changed, 3 insertions, 2 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 8868c62..b4c2eb6 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -2,6 +2,7 @@
* libc/stdio/Makefile.am (vfprintf.$(oext)): Add $(INCLUDES) to
compile line.
+ (vfiprintf.$(oext)): Likewise.
2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
diff --git a/newlib/libc/stdio/Makefile.am b/newlib/libc/stdio/Makefile.am
index 3049680..3f64aa5 100644
--- a/newlib/libc/stdio/Makefile.am
+++ b/newlib/libc/stdio/Makefile.am
@@ -96,7 +96,7 @@ vfprintf.$(oext): vfprintf.c
$(LIB_COMPILE) $(INCLUDES) -c $(srcdir)/vfprintf.c
vfiprintf.$(oext): vfprintf.c
- $(LIB_COMPILE) -DINTEGER_ONLY -c $(srcdir)/vfprintf.c -o $@
+ $(LIB_COMPILE) $(INCLUDES) -DINTEGER_ONLY -c $(srcdir)/vfprintf.c -o $@
CHEWOUT_FILES = \
clearerr.def \
diff --git a/newlib/libc/stdio/Makefile.in b/newlib/libc/stdio/Makefile.in
index 9165ad1..d069110 100644
--- a/newlib/libc/stdio/Makefile.in
+++ b/newlib/libc/stdio/Makefile.in
@@ -500,7 +500,7 @@ vfprintf.$(oext): vfprintf.c
$(LIB_COMPILE) $(INCLUDES) -c $(srcdir)/vfprintf.c
vfiprintf.$(oext): vfprintf.c
- $(LIB_COMPILE) -DINTEGER_ONLY -c $(srcdir)/vfprintf.c -o $@
+ $(LIB_COMPILE) $(INCLUDES) -DINTEGER_ONLY -c $(srcdir)/vfprintf.c -o $@
.c.def:
$(CHEW) < $< > $*.def 2> $*.ref