diff options
author | Kevin Ryde <user42@zip.com.au> | 2002-04-13 03:52:44 +0200 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2002-04-13 03:52:44 +0200 |
commit | e74f03ce61ed073b1933a968e636c5a9fe44281c (patch) | |
tree | 3ec19d7a904c4a510a8b3ae66c14503c3660b654 /tests/devel | |
parent | fddf1fa90f8ad1a09603b15e46e779087586d851 (diff) | |
download | gmp-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 'tests/devel')
-rw-r--r-- | tests/devel/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/devel/Makefile.in b/tests/devel/Makefile.in index 22a81850b..34e6619c5 100644 --- a/tests/devel/Makefile.in +++ b/tests/devel/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@ |