]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(seq_LDADD): Remove $(SEQ_LIBM); add $(POW_LIB).
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 1 Jul 2006 00:07:26 +0000 (00:07 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 1 Jul 2006 00:07:26 +0000 (00:07 +0000)
src/Makefile.am

index deaa3afbacb83cd40d8649b1d11dddfb2dc215ba..13675c7cd5d16367407a167e076f38cdb01ac6ae 100644 (file)
@@ -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.