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:
authorThomas Fitzsimmons <fitzsim@redhat.com>2001-12-14 22:27:46 +0300
committerThomas Fitzsimmons <fitzsim@redhat.com>2001-12-14 22:27:46 +0300
commitf85be99c516888d5cfcb3fa2dec8be0676f66d56 (patch)
treedd5644a42b9d35a64e42ab0a6174bce4a931932f /newlib/libc/stdio/Makefile.am
parentcdf7120d2d2d80875f29e19cbade45247272c299 (diff)
(vfiprintf.$(oext)): Likewise.
Diffstat (limited to 'newlib/libc/stdio/Makefile.am')
-rw-r--r--newlib/libc/stdio/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdio/Makefile.am b/newlib/libc/stdio/Makefile.am
index 304968068..3f64aa5fa 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 \