diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 3d53f90be44..7e75d081445 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -449,6 +449,12 @@ ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_MACHINE LD_SWITCH_SITE $(LDFLAGS) | |||
| 449 | #define GETLOADAVG_OBJ getloadavg.o | 449 | #define GETLOADAVG_OBJ getloadavg.o |
| 450 | #endif | 450 | #endif |
| 451 | 451 | ||
| 452 | #ifdef HAVE_MKTIME | ||
| 453 | #define MKTIME_OBJ | ||
| 454 | #else | ||
| 455 | #define MKTIME_OBJ mktime.o | ||
| 456 | #endif | ||
| 457 | |||
| 452 | /* lastfile must follow all files | 458 | /* lastfile must follow all files |
| 453 | whose initialized data areas should be dumped as pure by dump-emacs. */ | 459 | whose initialized data areas should be dumped as pure by dump-emacs. */ |
| 454 | obj= dispnew.o frame.o scroll.o xdisp.o window.o \ | 460 | obj= dispnew.o frame.o scroll.o xdisp.o window.o \ |
| @@ -461,7 +467,7 @@ obj= dispnew.o frame.o scroll.o xdisp.o window.o \ | |||
| 461 | eval.o floatfns.o fns.o print.o lread.o \ | 467 | eval.o floatfns.o fns.o print.o lread.o \ |
| 462 | abbrev.o syntax.o UNEXEC mocklisp.o bytecode.o \ | 468 | abbrev.o syntax.o UNEXEC mocklisp.o bytecode.o \ |
| 463 | process.o callproc.o \ | 469 | process.o callproc.o \ |
| 464 | doprnt.o strftime.o mktime.o GETLOADAVG_OBJ | 470 | doprnt.o strftime.o MKTIME_OBJ GETLOADAVG_OBJ |
| 465 | 471 | ||
| 466 | /* Object files used on some machine or other. | 472 | /* Object files used on some machine or other. |
| 467 | These go in the DOC file on all machines | 473 | These go in the DOC file on all machines |