<div dir="ltr">The current Makefile contains a bug here:<div><br></div><div><a href="https://github.com/eggert/tz/blob/master/Makefile#L303">https://github.com/eggert/tz/blob/master/Makefile#L303</a><br></div><div><br></div>
<div><div>TZDSRCS=<span class="" style="white-space:pre">        </span>zdump.c localtime.c ialloc.c asctime.o</div><div>TZDOBJS=<span class="" style="white-space:pre">        </span>zdump.o localtime.o ialloc.o asctime.c</div></div><div>
<br></div><div>TZDSRCS should contain asctime.c and TZDOBJS should contain asctime.o. They&#39;re currently reversed.</div><div><br></div><div>-Andrew</div></div>