diff src/Makefile.in @ 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 43c062993ed0
children 87337d65aa17
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