From: Paul Eggert Date: Sat, 1 Jul 2006 00:07:26 +0000 (+0000) Subject: (seq_LDADD): Remove $(SEQ_LIBM); add $(POW_LIB). X-Git-Tag: v6.0~252 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37fe2d4d3eeb03ee84d908da1feba74303dd44d1;p=thirdparty%2Fcoreutils.git (seq_LDADD): Remove $(SEQ_LIBM); add $(POW_LIB). --- diff --git a/src/Makefile.am b/src/Makefile.am index deaa3afbac..13675c7cd5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -88,8 +88,8 @@ touch_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) # If necessary, add -liconv to resolve use of iconv in lib/unicodeio.c. printf_LDADD = $(LDADD) $(POW_LIB) $(LIBICONV) -# If necessary, add -lm to resolve use of floor, rint, modf. -seq_LDADD = $(LDADD) $(SEQ_LIBM) +# If necessary, add -lm to resolve use of pow in lib/strtod.c. +seq_LDADD = $(LDADD) $(POW_LIB) # If necessary, add libraries to resolve the `pow' reference in lib/strtod.c # and the `nanosleep' reference in lib/xnanosleep.c.