summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-12-04 23:18:29 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-12-04 23:18:29 +0000
commit2e0a58c987923e28aa962a9fa506b79c9b31b946 (patch)
tree49312f4cb77b13c3c70b085481cfa66a32b0d74f /Makefile
parent8a1be49ef66d408ec0591e5d86f22706ccbf76da (diff)
Import tzdata 2016jvendor/tzdata/tzdata2016j
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 74b950cb58a9..1b714a8dfafd 100644
--- a/Makefile
+++ b/Makefile
@@ -542,7 +542,8 @@ force_tzs: $(TZS_NEW)
cp $(TZS_NEW) $(TZS)
libtz.a: $(LIBOBJS)
- $(AR) ru $@ $(LIBOBJS)
+ rm -f $@
+ $(AR) -rc $@ $(LIBOBJS)
$(RANLIB) $@
date: $(DATEOBJS)