From: Gerd Moellmann Date: Tue, 25 Jan 2000 15:52:34 +0000 (+0000) Subject: (obj): Add atimer.o. X-Git-Tag: emacs-pretest-21.0.90~5265 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e77ab12ef10c3a4e52e860b234d4f90e1bff8e17;p=emacs.git (obj): Add atimer.o. (atimer.o): New target. --- diff --git a/src/Makefile.in b/src/Makefile.in index 4fbb4c12db9..90f9d2e84af 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -559,7 +559,7 @@ obj= dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o \ 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 @@ xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \ 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 */