1 Binary files orig/.Makefile.un~ and new/.Makefile.un~ differ
2 diff -pruN orig/Makefile new/Makefile
3 --- orig/Makefile 2016-11-07 00:38:36.000000000 +0000
4 +++ new/Makefile 2017-02-15 18:46:50.541740747 +0000
5 @@ -255,14 +255,14 @@ LEAPSECONDS=
7 # The zic command and its arguments.
10 -ZIC= $(zic) $(ZFLAGS)
12 +ZIC_HOST= $(zic) $(ZFLAGS)
16 # How to use zic to install tz binary files.
18 -ZIC_INSTALL= $(ZIC) -y $(YEARISTYPE) -d $(DESTDIR)$(TZDIR) $(LEAPSECONDS)
19 +ZIC_INSTALL= $(ZIC_HOST) -y $(YEARISTYPE) -d $(DESTDIR)$(TZDIR) $(LEAPSECONDS)
21 # The name of a Posix-compliant 'awk' on your system.
23 @@ -475,7 +475,7 @@ INSTALLARGS = \
24 PACKRATDATA='$(PACKRATDATA)' \
26 YEARISTYPE=$(YEARISTYPE) \
30 # 'make install_data' installs one set of tz binary files.
31 # It can be tailored by setting LEAPSECONDS, PACKRATDATA, etc.