diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-07 23:05:03 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-07 23:05:03 -0800 |
commit | 79ab4b7f0e69ac1d76186346c33187b1fb02ff02 (patch) | |
tree | 38948150fa2119df0765c9004a27011caa9f3f50 /Makefile.in | |
parent | 226590f8d1247314abf913cc1bc77621f8a5bca9 (diff) | |
download | emacs-79ab4b7f0e69ac1d76186346c33187b1fb02ff02.tar.gz |
Import getloadavg module from gnulib.
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 e8206a6f012..126304cc4e5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -330,7 +330,7 @@ DOS_gnulib_comp.m4 = gl-comp.m4 # 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 = dtoastr getopt-gnu ignore-value mktime strftime +GNULIB_MODULES = dtoastr getloadavg getopt-gnu ignore-value mktime strftime GNULIB_TOOL_FLAGS = \ --import --no-changelog --no-vc-files --makefile-name=gnulib.mk sync-from-gnulib: $(gnulib_srcdir) |