1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2026-05-06 14:07:48 +00:00

* Makefile (TZCSRCS, TZDSRCS, DATESRCS): Remove; unused.

* NEWS: Document recent Makefile fixes.
This commit is contained in:
Paul Eggert
2013-10-01 21:54:42 -07:00
parent 132e8351b6
commit 1479cad711
2 changed files with 8 additions and 4 deletions

View File

@@ -298,11 +298,8 @@ GZIPFLAGS= -9n
cc= cc
CC= $(cc) -DTZDIR=\"$(TZDIR)\"
TZCSRCS= zic.c localtime.c asctime.c scheck.c ialloc.c
TZCOBJS= zic.o localtime.o asctime.o scheck.o ialloc.o
TZDSRCS= zdump.c localtime.c ialloc.c asctime.c
TZDOBJS= zdump.o localtime.o ialloc.o asctime.o
DATESRCS= date.c localtime.c strftime.c asctime.c
DATEOBJS= date.o localtime.o strftime.o asctime.o
LIBSRCS= localtime.c asctime.c difftime.c
LIBOBJS= localtime.o asctime.o difftime.o

9
NEWS
View File

@@ -2,11 +2,18 @@ News for the tz database
Unreleased, experimental changes
Changes affecting the build procedure
A dependency typo in the 'zdump' rule has been fixed.
(Thanks to Andrew Paprocki.)
The unused makefile macros TZCSRCS, TZDSRCS, DATESRCS have been removed.
Changes affecting documentation and commentary
tz-link.htm now mentions TC TIMEZONE's draft timezone service protocol.
(Thanks to Mike Douglass.)
Release 2013g - 2013-09-30 21:08:26 -0700