[PATCH 24/59] Stop using zic's -y option
Paul Eggert
eggert@cs.ucla.edu
Sun Jan 5 05:56:59 GMT 2025
* timezone/Makefile (build-testdata): Omit -y option,
as current zic merely warns and discards it.
(zic-deps): Omit yearistype.
---
timezone/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/timezone/Makefile b/timezone/Makefile
index 6e28a2e670..0c55b72f3f 100644
--- a/timezone/Makefile
+++ b/timezone/Makefile
@@ -103,7 +103,7 @@ tst-bz28707-ENV = TZDIR=$(testdata)
tst-bz29951-ENV = TZDIR=$(testdata)
# Note this must come second in the deps list for $(built-program-cmd) to work.
-zic-deps = $(objpfx)zic $(leapseconds) yearistype
+zic-deps = $(objpfx)zic $(leapseconds)
$(testdata)/America/New_York: northamerica $(zic-deps)
$(build-testdata)
--
2.45.2
More information about the Libc-alpha
mailing list