diff src/Makefile.in @ 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 ccf489f8596e
children 518683f8b4ce
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