Mercurial > emacs
changeset 9254:bbacb08f7e0c
(MKTIME_OBJ): New variable.
(obj): Use MKTIME_OBJ.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 04 Oct 1994 09:03:20 +0000 |
parents | 27adc7d166dd |
children | 07d0aeb633d8 |
files | src/Makefile.in |
diffstat | 1 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Tue Oct 04 09:01:01 1994 +0000 +++ b/src/Makefile.in Tue Oct 04 09:03:20 1994 +0000 @@ -449,6 +449,12 @@ #define GETLOADAVG_OBJ getloadavg.o #endif +#ifdef HAVE_MKTIME +#define MKTIME_OBJ +#else +#define MKTIME_OBJ mktime.o +#endif + /* lastfile must follow all files whose initialized data areas should be dumped as pure by dump-emacs. */ obj= dispnew.o frame.o scroll.o xdisp.o window.o \ @@ -461,7 +467,7 @@ eval.o floatfns.o fns.o print.o lread.o \ abbrev.o syntax.o UNEXEC mocklisp.o bytecode.o \ process.o callproc.o \ - doprnt.o strftime.o mktime.o GETLOADAVG_OBJ + doprnt.o strftime.o MKTIME_OBJ GETLOADAVG_OBJ /* Object files used on some machine or other. These go in the DOC file on all machines