mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2026-09-12 02:52:15 +00:00
* Makefile (TZDOBJS): Remove ialloc.o.
* NEWS: Document this.
This commit is contained in:
@@ -305,7 +305,7 @@ AR= ar
|
||||
RANLIB= :
|
||||
|
||||
TZCOBJS= zic.o scheck.o ialloc.o
|
||||
TZDOBJS= zdump.o localtime.o ialloc.o asctime.o
|
||||
TZDOBJS= zdump.o localtime.o asctime.o
|
||||
DATEOBJS= date.o localtime.o strftime.o asctime.o
|
||||
LIBSRCS= localtime.c asctime.c difftime.c
|
||||
LIBOBJS= localtime.o asctime.o difftime.o
|
||||
|
||||
@@ -71,6 +71,10 @@ Unreleased, experimental changes
|
||||
|
||||
The long-obsolete 'gtime' function has been removed.
|
||||
|
||||
Changes affecting build procedure
|
||||
|
||||
'zdump' no longer links in ialloc.o, as it's not needed.
|
||||
|
||||
Changes affecting distribution tarballs
|
||||
|
||||
The files checktab.awk and zoneinfo2tdf.pl are now distributed in
|
||||
|
||||
Reference in New Issue
Block a user