aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman1994-10-04 09:03:20 +0000
committerRichard M. Stallman1994-10-04 09:03:20 +0000
commit2e6edd06cb46289dfdef0ccf06fdb752b1607c53 (patch)
tree65ef09fe2a23cccaa3082e3d21c027fc1af02dfb /src/Makefile.in
parent9698a73ea888476d4b27f3584a3abdbfdb3946d2 (diff)
downloademacs-2e6edd06cb46289dfdef0ccf06fdb752b1607c53.tar.gz
emacs-2e6edd06cb46289dfdef0ccf06fdb752b1607c53.zip
(MKTIME_OBJ): New variable.
(obj): Use MKTIME_OBJ.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in8
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. */
454obj= dispnew.o frame.o scroll.o xdisp.o window.o \ 460obj= 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