(vfiprintf.$(oext)): Likewise.
This commit is contained in:
parent
cdf7120d2d
commit
f85be99c51
|
@ -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>
|
||||
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue