From f85be99c516888d5cfcb3fa2dec8be0676f66d56 Mon Sep 17 00:00:00 2001 From: Thomas Fitzsimmons Date: Fri, 14 Dec 2001 19:27:46 +0000 Subject: (vfiprintf.$(oext)): Likewise. --- newlib/libc/stdio/Makefile.am | 2 +- newlib/libc/stdio/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'newlib/libc/stdio') 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 \ 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 -- cgit v1.2.3