diff options
| author | Gerd Moellmann | 2000-01-25 15:52:34 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-01-25 15:52:34 +0000 |
| commit | e77ab12ef10c3a4e52e860b234d4f90e1bff8e17 (patch) | |
| tree | ff1ff06b53ba6213d9269082eb2c3ed975811b6d /src | |
| parent | 640438b0567da9f61128ca67739ebac6be014f70 (diff) | |
| download | emacs-e77ab12ef10c3a4e52e860b234d4f90e1bff8e17.tar.gz emacs-e77ab12ef10c3a4e52e860b234d4f90e1bff8e17.zip | |
(obj): Add atimer.o.
(atimer.o): New target.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ | |||
| 559 | eval.o floatfns.o fns.o print.o lread.o \ | 559 | eval.o floatfns.o fns.o print.o lread.o \ |
| 560 | abbrev.o syntax.o UNEXEC mocklisp.o bytecode.o \ | 560 | abbrev.o syntax.o UNEXEC mocklisp.o bytecode.o \ |
| 561 | process.o callproc.o \ | 561 | process.o callproc.o \ |
| 562 | region-cache.o sound.o \ | 562 | region-cache.o sound.o atimer.o \ |
| 563 | doprnt.o strftime.o MKTIME_OBJ GETLOADAVG_OBJ MSDOS_OBJ | 563 | doprnt.o strftime.o MKTIME_OBJ GETLOADAVG_OBJ MSDOS_OBJ |
| 564 | 564 | ||
| 565 | /* Object files used on some machine or other. | 565 | /* 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 \ | |||
| 1146 | xrdb.o: xrdb.c $(config_h) epaths.h | 1146 | xrdb.o: xrdb.c $(config_h) epaths.h |
| 1147 | hftctl.o: hftctl.c $(config_h) | 1147 | hftctl.o: hftctl.c $(config_h) |
| 1148 | sound.o: sound.c dispextern.h $(config_h) | 1148 | sound.o: sound.c dispextern.h $(config_h) |
| 1149 | atimer.o: atimer.h systime.h $(config_h) | ||
| 1149 | 1150 | ||
| 1150 | /* The files of Lisp proper */ | 1151 | /* The files of Lisp proper */ |
| 1151 | 1152 | ||