summaryrefslogtreecommitdiff
path: root/printf
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-04-13 03:52:44 +0200
committerKevin Ryde <user42@zip.com.au>2002-04-13 03:52:44 +0200
commite74f03ce61ed073b1933a968e636c5a9fe44281c (patch)
tree3ec19d7a904c4a510a8b3ae66c14503c3660b654 /printf
parentfddf1fa90f8ad1a09603b15e46e779087586d851 (diff)
downloadgmp-e74f03ce61ed073b1933a968e636c5a9fe44281c.tar.gz
Regenerate for:
* mpfr/*: Update to another new mpfr 2.0.1. * configure.in, Makefile.am, mpfr/Makefile.am, mpfr/tests/Makefile.am: Use MPFR_CONFIGS macro, establish separate MPFR_CFLAGS for mpfr build.
Diffstat (limited to 'printf')
-rw-r--r--printf/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/printf/Makefile.in b/printf/Makefile.in
index 55573c10d..32c47d909 100644
--- a/printf/Makefile.in
+++ b/printf/Makefile.in
@@ -84,7 +84,6 @@ BITS_PER_MP_LIMB = @BITS_PER_MP_LIMB@
CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@
CC = @CC@
CCAS = @CCAS@
-CFLAGS_IEEE_WITH_INEXACT = @CFLAGS_IEEE_WITH_INEXACT@
CPP = @CPP@
CXX = @CXX@
CXXCPP = @CXXCPP@
@@ -111,6 +110,7 @@ LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
M4 = @M4@
MAINT = @MAINT@
+MPFR_CFLAGS = @MPFR_CFLAGS@
OBJDUMP = @OBJDUMP@
OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@