From 37fe2d4d3eeb03ee84d908da1feba74303dd44d1 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 1 Jul 2006 00:07:26 +0000 Subject: (seq_LDADD): Remove $(SEQ_LIBM); add $(POW_LIB). --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index deaa3afba..13675c7cd 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. -- cgit v1.2.3-54-g00ecf