summaryrefslogtreecommitdiff
path: root/demos/expr
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2003-10-01 02:16:07 +0200
committerKevin Ryde <user42@zip.com.au>2003-10-01 02:16:07 +0200
commitf744a88617d8e548165e975a20cf03f630f08e50 (patch)
tree4339e4455ad348eb64a9eca2b482468c4da55fda /demos/expr
parent94dd29d17e917e6bc83ca50ca9b6394c2c9694eb (diff)
downloadgmp-f744a88617d8e548165e975a20cf03f630f08e50.tar.gz
Regenerate for:
* demos/expr/Makefile.am (LDADD): Update comments on $(LIBM).
Diffstat (limited to 'demos/expr')
-rw-r--r--demos/expr/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/demos/expr/Makefile.in b/demos/expr/Makefile.in
index 52ae278d7..e0d76a63f 100644
--- a/demos/expr/Makefile.in
+++ b/demos/expr/Makefile.in
@@ -14,7 +14,7 @@
@SET_MAKE@
-# Copyright 2001, 2002 Free Software Foundation, Inc.
+# Copyright 2001, 2002, 2003 Free Software Foundation, Inc.
#
# This file is part of the GNU MP Library.
#
@@ -211,7 +211,8 @@ libexpr_a_SOURCES = expr.h expr-impl.h \
$(MPFR_SOURCES_OPTION)
-# On SunOS 4, HUGE_VAL used by mpfr infinity handling needs -lm.
+# FIXME: Various bits of libmpfr still need -lm, but one day this dependency
+# will be removed.
#
EXTRA_PROGRAMS = run-expr t-expr
LDADD = libexpr.a $(MPFR_LIBADD_OPTION) $(top_builddir)/libgmp.la $(LIBM)