From f605e1d715599a65c091a78307adcddcc717bc99 Mon Sep 17 00:00:00 2001 From: anton Date: Sat, 18 Nov 2023 07:18:07 +0000 Subject: [PATCH] Fix make other_two target by coping with leapseconds being placed in objdir by now. --- share/zoneinfo/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile index 20038ea25a0..515a3658ebf 100644 --- a/share/zoneinfo/Makefile +++ b/share/zoneinfo/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2023/11/17 21:54:20 millert Exp $ +# $OpenBSD: Makefile,v 1.18 2023/11/18 07:18:07 anton Exp $ # DATAFORM selects the data format. OpenBSD always uses "main" # Available formats represent essentially the same data, albeit @@ -124,7 +124,7 @@ other_two: leapseconds ${TDATA} (cd ${.CURDIR}/datfiles; \ ${ZIC} -d ${TZDIR}/posix -L /dev/null ${TDATA}) (cd ${.CURDIR}/datfiles; \ - ${ZIC} -d ${TZDIR}/right -L leapseconds ${TDATA}) + ${ZIC} -d ${TZDIR}/right -L ${.OBJDIR}/leapseconds ${TDATA}) posix_right: posix_only other_two -- 2.20.1