diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 1f186c57db7..8af4538f33a 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -477,8 +477,9 @@ ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_MACHINE LD_SWITCH_SITE $(LDFLAGS) | |||
| 477 | #define GETLOADAVG_OBJ getloadavg.o | 477 | #define GETLOADAVG_OBJ getloadavg.o |
| 478 | #endif | 478 | #endif |
| 479 | 479 | ||
| 480 | /* NEXTSTEP mktime wrongly ignores TZ. */ | 480 | /* NEXTSTEP mktime wrongly ignores TZ. |
| 481 | #if HAVE_MKTIME && ! defined (_NEXT_SOURCE) | 481 | SCO 3.2v4.2 mktime botches time arithmetic as used by display-time. */ |
| 482 | #if HAVE_MKTIME && ! defined (_NEXT_SOURCE) && ! defined (SCO_R4) | ||
| 482 | #define MKTIME_OBJ | 483 | #define MKTIME_OBJ |
| 483 | #else | 484 | #else |
| 484 | #define MKTIME_OBJ mktime.o | 485 | #define MKTIME_OBJ mktime.o |