Fix make other_two target by coping with leapseconds being placed in
authoranton <anton@openbsd.org>
Sat, 18 Nov 2023 07:18:07 +0000 (07:18 +0000)
committeranton <anton@openbsd.org>
Sat, 18 Nov 2023 07:18:07 +0000 (07:18 +0000)
objdir by now.

share/zoneinfo/Makefile

index 20038ea..515a365 100644 (file)
@@ -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