diff --git a/Makefile b/Makefile index 1e54e40..1f83dde 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/NEWS b/NEWS index fe5cf55..ee21ccd 100644 --- a/NEWS +++ b/NEWS @@ -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