diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-01-11 22:10:37 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-01-11 22:10:37 -0800 |
commit | ecbfcc83bf862f5f9d78ad9100c89c44cde8d4a3 (patch) | |
tree | 12443e4203d05aabc8d2ba1def7d277dc15a16df /Makefile.in | |
parent | 7ea547574105f338c900d0c59390287c750a18c0 (diff) | |
download | emacs-ecbfcc83bf862f5f9d78ad9100c89c44cde8d4a3.tar.gz |
* 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>.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 439c3736a4e..72e642c79c0 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 = 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) |