* Makefile (TZDOBJS): Remove ialloc.o.

* NEWS: Document this.
This commit is contained in:
Paul Eggert
2014-08-25 08:20:52 -07:00
parent f4948756b5
commit f50d254594
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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
+4
View File
@@ -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