summaryrefslogtreecommitdiff
path: root/mpq
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 /mpq
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 'mpq')
-rw-r--r--mpq/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/mpq/Makefile.in b/mpq/Makefile.in
index 4422b6902..b624bd339 100644
--- a/mpq/Makefile.in
+++ b/mpq/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@