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:
3
Makefile
3
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
|
||||
|
||||
9
NEWS
9
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user