diff options
Diffstat (limited to 'time/Makefile')
-rw-r--r-- | time/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile index 3d8240c7ae..f1bf761b40 100644 --- a/time/Makefile +++ b/time/Makefile @@ -119,7 +119,8 @@ target-zone-flavor = $(filter /posix /right, \ ifdef localtime $(installed-localtime-file): $(zonedir)/$(localtime) $(objpfx)zic - $(zic-cmd) -l $(localtime) + if test -r $@; then echo Site timezone NOT reset to Factory.; else \ + ln -s -f $< $@; fi endif ifdef posixrules $(installed-posixrules-file): $(zonedir)/$(posixrules) $(objpfx)zic |