summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2004-05-12 03:24:00 +0200
committerKevin Ryde <user42@zip.com.au>2004-05-12 03:24:00 +0200
commit5e28713faa03b5e2cda29298a01d6aa538168f4f (patch)
tree4b974ccdfe87c159ecd936ea86e3bdc9fece6bea /demos
parentc0493e5930f867a6c152952adc9d41c6709379bd (diff)
downloadgmp-5e28713faa03b5e2cda29298a01d6aa538168f4f.tar.gz
Regenerate for:
* demos/expr/Makefile.am (ARFLAGS): Add a default setting, to workaround an automake bug.
Diffstat (limited to 'demos')
-rw-r--r--demos/expr/Makefile.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/demos/expr/Makefile.in b/demos/expr/Makefile.in
index 3445adbf1..84b4d7eed 100644
--- a/demos/expr/Makefile.in
+++ b/demos/expr/Makefile.in
@@ -237,6 +237,13 @@ sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tests
+
+# FIXME: This is a workaround for a bug in automake 1.8.4. When the only
+# library is in EXTRA_LIBRARIES, $(ARFLAGS) is used but no default setting
+# for that variable is established. We give an explicit ARFLAGS=cru the
+# same as generated for lib_LIBRARIES or noinst_LIBRARIES.
+#
+ARFLAGS = cru
EXTRA_LIBRARIES = libexpr.a
libexpr_a_SOURCES = expr.h expr-impl.h \
expr.c exprv.c exprz.c exprza.c exprq.c exprqa.c exprf.c exprfa.c