diff options
author | Kevin Ryde <user42@zip.com.au> | 2002-11-09 23:26:36 +0100 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2002-11-09 23:26:36 +0100 |
commit | 05b8f782d74eb188ca57b31530019add6d95379d (patch) | |
tree | dbe2a50c56660b3f4caee57f1f0661ad58cabe78 /tests/rand | |
parent | 3e31c087491af7c461c0f803c2111b99a886f27c (diff) | |
download | gmp-05b8f782d74eb188ca57b31530019add6d95379d.tar.gz |
Regenerate for:
* configure.in, Makefile.am, printf/Makefile.am,
printf/repl-vsnprintf.c: Handle vsnprintf replacement with C
conditionals.
Diffstat (limited to 'tests/rand')
-rw-r--r-- | tests/rand/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/rand/Makefile.in b/tests/rand/Makefile.in index 8c9bd585c..a1c936431 100644 --- a/tests/rand/Makefile.in +++ b/tests/rand/Makefile.in @@ -129,8 +129,6 @@ OBJDUMP = @OBJDUMP@ 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@ |