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 /src/deps.mk | |
parent | 226590f8d1247314abf913cc1bc77621f8a5bca9 (diff) | |
download | emacs-79ab4b7f0e69ac1d76186346c33187b1fb02ff02.tar.gz |
Import getloadavg module from gnulib.
Diffstat (limited to 'src/deps.mk')
-rw-r--r-- | src/deps.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/deps.mk b/src/deps.mk index e8ff3dd592e..3cb69bab2d8 100644 --- a/src/deps.mk +++ b/src/deps.mk @@ -115,7 +115,6 @@ fringe.o: fringe.c dispextern.h nsgui.h frame.h window.h buffer.h termhooks.h \ ftfont.o: ftfont.c dispextern.h frame.h character.h charset.h composite.h \ font.h lisp.h $(config_h) blockinput.h atimer.h systime.h coding.h \ fontset.h ccl.h ftfont.h globals.h -getloadavg.o: getloadavg.c $(config_h) gnutls.o: gnutls.c gnutls.h process.h ../lib/unistd.h \ lisp.h globals.h $(config_h) gtkutil.o: gtkutil.c gtkutil.h xterm.h lisp.h frame.h lisp.h $(config_h) \ |