# HG changeset patch # User Paul Eggert # Date 841728215 0 # Node ID 4920b9b22c97d5d2d617efcb4ea706b146270825 # Parent 740cd456b1daa61cbe16a65476b3df119ab6e923 (MKTIME_OBJ): Use our mktime instead of NEXTSTEP's, since NEXTSTEP's wrongly ignores TZ. diff -r 740cd456b1da -r 4920b9b22c97 src/Makefile.in --- 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