diff options
author | Thomas Fitzsimmons <fitzsim@redhat.com> | 2001-12-14 19:27:46 +0000 |
---|---|---|
committer | Thomas Fitzsimmons <fitzsim@redhat.com> | 2001-12-14 19:27:46 +0000 |
commit | f85be99c516888d5cfcb3fa2dec8be0676f66d56 (patch) | |
tree | dd5644a42b9d35a64e42ab0a6174bce4a931932f /newlib/libc/stdio/Makefile.in | |
parent | cdf7120d2d2d80875f29e19cbade45247272c299 (diff) | |
download | cygnal-f85be99c516888d5cfcb3fa2dec8be0676f66d56.tar.gz cygnal-f85be99c516888d5cfcb3fa2dec8be0676f66d56.tar.bz2 cygnal-f85be99c516888d5cfcb3fa2dec8be0676f66d56.zip |
(vfiprintf.$(oext)): Likewise.
Diffstat (limited to 'newlib/libc/stdio/Makefile.in')
-rw-r--r-- | newlib/libc/stdio/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdio/Makefile.in b/newlib/libc/stdio/Makefile.in index 9165ad1b0..d069110e5 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 |