mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-11-23 13:56:55 +00:00
* Makefile (TZCOBJS), NEWS: Remove localtime.o, asctime.o.
(Thanks to John Cochran.)
This commit is contained in:
2
Makefile
2
Makefile
@ -317,7 +317,7 @@ AR= ar
|
||||
# ':' on typical hosts; 'ranlib' on the ancient hosts that still need 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
|
||||
DATEOBJS= date.o localtime.o strftime.o asctime.o
|
||||
LIBSRCS= localtime.c asctime.c difftime.c
|
||||
|
||||
5
NEWS
5
NEWS
@ -157,6 +157,11 @@ Unreleased, experimental changes
|
||||
|
||||
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
|
||||
|
||||
The 'Theory' file documents legacy names, the longstanding
|
||||
|
||||
Reference in New Issue
Block a user