diff Makefile.in @ 112322:ecce7818cd6f

* Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr. This avoids building ftoastr and ldtoastr, which aren't needed. See <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 11 Jan 2011 22:10:37 -0800
parents e838cdd68eae
children 2b598aa5d397
line wrap: on
line diff
--- a/Makefile.in	Tue Jan 11 21:57:19 2011 -0800
+++ b/Makefile.in	Tue Jan 11 22:10:37 2011 -0800
@@ -330,7 +330,7 @@
 # Update modules from gnulib, for maintainers, who should have it in
 # $(gnulib_srcdir) (relative to $(srcdir) and should have build tools
 # as per $(gnulib_srcdir)/DEPENDENCIES.
-GNULIB_MODULES = ftoastr getopt-gnu mktime
+GNULIB_MODULES = dtoastr getopt-gnu mktime
 GNULIB_TOOL_FLAGS = \
  --import --no-changelog --no-vc-files --makefile-name=gnulib.mk
 sync-from-gnulib: $(gnulib_srcdir)