changeset 16078:4920b9b22c97

(MKTIME_OBJ): Use our mktime instead of NEXTSTEP's, since NEXTSTEP's wrongly ignores TZ.
author Paul Eggert <eggert@twinsun.com>
date Tue, 03 Sep 1996 05:23:35 +0000
parents 740cd456b1da
children 7d48fc0d8a61
files src/Makefile.in
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Tue Sep 03 05:20:35 1996 +0000
+++ b/src/Makefile.in	Tue Sep 03 05:23:35 1996 +0000
@@ -472,7 +472,8 @@
 #define GETLOADAVG_OBJ getloadavg.o
 #endif
 
-#ifdef HAVE_MKTIME
+/* NEXTSTEP mktime wrongly ignores TZ.  */
+#if HAVE_MKTIME && ! defined (_NEXT_SOURCE)
 #define MKTIME_OBJ
 #else
 #define MKTIME_OBJ mktime.o