From e77ab12ef10c3a4e52e860b234d4f90e1bff8e17 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 25 Jan 2000 15:52:34 +0000 Subject: [PATCH] (obj): Add atimer.o. (atimer.o): New target. --- src/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */ -- 2.39.5