# HG changeset patch # User Paul Eggert # Date 851931255 0 # Node ID 9ae722ef923edf53fe0429f0bad1843f253154d5 # Parent 79ea730b7e20124402473c256b530e036712add8 (MKTIME_OBJ): Use our mktime instead of SCO 3.2v4.2's, since it botches time arithmetic as used by display-time. diff -r 79ea730b7e20 -r 9ae722ef923e src/Makefile.in --- a/src/Makefile.in Mon Dec 30 05:59:42 1996 +0000 +++ b/src/Makefile.in Mon Dec 30 07:34:15 1996 +0000 @@ -477,8 +477,9 @@ #define GETLOADAVG_OBJ getloadavg.o #endif -/* NEXTSTEP mktime wrongly ignores TZ. */ -#if HAVE_MKTIME && ! defined (_NEXT_SOURCE) +/* NEXTSTEP mktime wrongly ignores TZ. + SCO 3.2v4.2 mktime botches time arithmetic as used by display-time. */ +#if HAVE_MKTIME && ! defined (_NEXT_SOURCE) && ! defined (SCO_R4) #define MKTIME_OBJ #else #define MKTIME_OBJ mktime.o