summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-01-08 17:18:39 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-01-08 17:18:39 -0800
commitfa2c4f5619481856c8cdf33be987d5785f51b750 (patch)
tree70cdbb77315aaccccd98822732fb718d63d4855c /Makefile.in
parent743c80a7253985de327fa6b3dc9ff1724da5cc78 (diff)
downloademacs-fa2c4f5619481856c8cdf33be987d5785f51b750.tar.gz
Use gnulib's ftoastr module.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index dbe98f37fa1..30692b46a70 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -330,7 +330,7 @@ $(gnulib_srcdir):
# 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 = dummy # Just a dummy for now, to establish the mechanism.
+GNULIB_MODULES = ftoastr
GNULIB_TOOL_FLAGS = \
--import --no-changelog --no-vc-files --makefile-name=gnulib.mk
sync-from-gnulib: $(gnulib_srcdir)