Mercurial > emacs
changeset 27423:c3199813ea4d
(obj): Add atimer.o.
(atimer.o): New target.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 25 Jan 2000 15:52:34 +0000 |
parents | 5c5bb4b1ff45 |
children | b696009c6586 |
files | src/Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Tue Jan 25 15:50:53 2000 +0000 +++ b/src/Makefile.in Tue Jan 25 15:52:34 2000 +0000 @@ -559,7 +559,7 @@ eval.o floatfns.o fns.o print.o lread.o \ abbrev.o syntax.o UNEXEC mocklisp.o bytecode.o \ process.o callproc.o \ - region-cache.o sound.o \ + region-cache.o sound.o atimer.o \ doprnt.o strftime.o MKTIME_OBJ GETLOADAVG_OBJ MSDOS_OBJ /* Object files used on some machine or other. @@ -1146,6 +1146,7 @@ xrdb.o: xrdb.c $(config_h) epaths.h hftctl.o: hftctl.c $(config_h) sound.o: sound.c dispextern.h $(config_h) +atimer.o: atimer.h systime.h $(config_h) /* The files of Lisp proper */