summaryrefslogtreecommitdiff
path: root/mpf
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-10-26 02:28:00 +0200
committerKevin Ryde <user42@zip.com.au>2001-10-26 02:28:00 +0200
commit8fa8eb0904890c90ea4bf8a1d14d14e99dfdeb2e (patch)
tree5e9b1aa05a3473f851909df381f5075773f3269a /mpf
parenta2ed03ebd40da84adde252cf26603d459421ea7d (diff)
downloadgmp-8fa8eb0904890c90ea4bf8a1d14d14e99dfdeb2e.tar.gz
Regenerate for:
* printf/repl-vsnprintf.c: New file. * configure.in, acinclude.m4, Makefile.am, printf/Makefile.am: Use it if libc vsnprintf missing or bad.
Diffstat (limited to 'mpf')
-rw-r--r--mpf/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/mpf/Makefile.in b/mpf/Makefile.in
index 2017c8ada..c8b050b04 100644
--- a/mpf/Makefile.in
+++ b/mpf/Makefile.in
@@ -106,6 +106,8 @@ OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@
RANLIB = @RANLIB@
RC = @RC@
+REPL_VSNPRINTF_OBJ = @REPL_VSNPRINTF_OBJ@
+REPL_VSNPRINTF_PRINTF_OBJ = @REPL_VSNPRINTF_PRINTF_OBJ@
SPEED_CYCLECOUNTER_OBJ = @SPEED_CYCLECOUNTER_OBJ@
STRIP = @STRIP@
TAL_OBJECT = @TAL_OBJECT@