(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
|
* libc/stdio/Makefile.am (vfprintf.$(oext)): Add $(INCLUDES) to
|
||||||
compile line.
|
compile line.
|
||||||
|
(vfiprintf.$(oext)): Likewise.
|
||||||
|
|
||||||
2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
|
2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
|
||||||
|
|
||||||
|
@ -96,7 +96,7 @@ vfprintf.$(oext): vfprintf.c
|
|||||||
$(LIB_COMPILE) $(INCLUDES) -c $(srcdir)/vfprintf.c
|
$(LIB_COMPILE) $(INCLUDES) -c $(srcdir)/vfprintf.c
|
||||||
|
|
||||||
vfiprintf.$(oext): 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 = \
|
CHEWOUT_FILES = \
|
||||||
clearerr.def \
|
clearerr.def \
|
||||||
|
@ -500,7 +500,7 @@ vfprintf.$(oext): vfprintf.c
|
|||||||
$(LIB_COMPILE) $(INCLUDES) -c $(srcdir)/vfprintf.c
|
$(LIB_COMPILE) $(INCLUDES) -c $(srcdir)/vfprintf.c
|
||||||
|
|
||||||
vfiprintf.$(oext): 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:
|
.c.def:
|
||||||
$(CHEW) < $< > $*.def 2> $*.ref
|
$(CHEW) < $< > $*.def 2> $*.ref
|
||||||
|
Loading…
x
Reference in New Issue
Block a user