maint: omit $(POW_LIB) when linking, as this is no longer needed
commit66af887e57f6d4f485cf68fc16e9558781b648b6
authorPaul R. Eggert <eggert@cs.ucla.edu>
Tue, 13 Jul 2010 23:29:37 +0000 (13 16:29 -0700)
committerPádraig Brady <P@draigBrady.com>
Wed, 14 Jul 2010 14:45:08 +0000 (14 15:45 +0100)
tree3da66ea125c828e293c6d78cea8ed5bba3f4e3ac
parent4fe3860ebc3cda8918e67db4b827fc5e12250c0b
maint: omit $(POW_LIB) when linking, as this is no longer needed

* src/Makefile.am (printf_LDADD, seq_LDADD, sleep_LDADD, sort_LDADD):
(tail_LDADD, uptime_LDADD): Omit $(POW_LIB), as it's no longer
needed due to recent gnulib changes, where the strtod module no
longer uses the pow function.  strtold needs pow only because it's
sometimes aliased to strtod.  See
http://lists.gnu.org/archive/html/bug-gnulib/2010-07/msg00076.html
src/Makefile.am