[24/59] Stop using zic's -y option

Message ID 20250105055750.1668721-25-eggert@cs.ucla.edu (mailing list archive)
State New
Headers
Series time: sync mktime from Gnulib |

Checks

Context Check Description
redhat-pt-bot/TryBot-apply_patch success Patch applied to master at the time it was sent

Commit Message

Paul Eggert Jan. 5, 2025, 5:56 a.m. UTC
  * 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(-)
  

Patch

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)