1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2026-05-06 22:21:38 +00:00

* Makefile (TZCOBJS), NEWS: Remove localtime.o, asctime.o.

(Thanks to John Cochran.)
This commit is contained in:
Paul Eggert
2014-07-19 19:19:48 -07:00
parent f107634953
commit 13454dc50c
2 changed files with 6 additions and 1 deletions

View File

@@ -317,7 +317,7 @@ AR= ar
# ':' on typical hosts; 'ranlib' on the ancient hosts that still need ranlib. # ':' on typical hosts; 'ranlib' on the ancient hosts that still need ranlib.
RANLIB= : RANLIB= :
TZCOBJS= zic.o localtime.o asctime.o scheck.o ialloc.o TZCOBJS= zic.o scheck.o ialloc.o
TZDOBJS= zdump.o localtime.o ialloc.o asctime.o TZDOBJS= zdump.o localtime.o ialloc.o asctime.o
DATEOBJS= date.o localtime.o strftime.o asctime.o DATEOBJS= date.o localtime.o strftime.o asctime.o
LIBSRCS= localtime.c asctime.c difftime.c LIBSRCS= localtime.c asctime.c difftime.c

5
NEWS
View File

@@ -157,6 +157,11 @@ Unreleased, experimental changes
Some lint has been removed when using GCC_DEBUG_FLAGS with GCC 4.9.0. Some lint has been removed when using GCC_DEBUG_FLAGS with GCC 4.9.0.
Changes affecting build procedure
'zic' no longer links in localtime.o and asctime.o, as they're not needed.
(Thanks to John Cochran.)
Changes affecting documentation and commentary Changes affecting documentation and commentary
The 'Theory' file documents legacy names, the longstanding The 'Theory' file documents legacy names, the longstanding