comparison 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
comparison
equal deleted inserted replaced
112321:dc74e58f6b0b 112322:ecce7818cd6f
328 git clone git://git.savannah.gnu.org/gnulib.git $@ 328 git clone git://git.savannah.gnu.org/gnulib.git $@
329 329
330 # Update modules from gnulib, for maintainers, who should have it in 330 # Update modules from gnulib, for maintainers, who should have it in
331 # $(gnulib_srcdir) (relative to $(srcdir) and should have build tools 331 # $(gnulib_srcdir) (relative to $(srcdir) and should have build tools
332 # as per $(gnulib_srcdir)/DEPENDENCIES. 332 # as per $(gnulib_srcdir)/DEPENDENCIES.
333 GNULIB_MODULES = ftoastr getopt-gnu mktime 333 GNULIB_MODULES = dtoastr getopt-gnu mktime
334 GNULIB_TOOL_FLAGS = \ 334 GNULIB_TOOL_FLAGS = \
335 --import --no-changelog --no-vc-files --makefile-name=gnulib.mk 335 --import --no-changelog --no-vc-files --makefile-name=gnulib.mk
336 sync-from-gnulib: $(gnulib_srcdir) 336 sync-from-gnulib: $(gnulib_srcdir)
337 cd $(srcdir) && \ 337 cd $(srcdir) && \
338 $(gnulib_srcdir)/gnulib-tool $(GNULIB_TOOL_FLAGS) $(GNULIB_MODULES) 338 $(gnulib_srcdir)/gnulib-tool $(GNULIB_TOOL_FLAGS) $(GNULIB_MODULES)