From 19b35d7db27e06516f30e21cd3e532310a055200 Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Sun, 15 Sep 2024 15:12:54 -0700
Subject: [PROPOSED] More changes for global-tz convenience

Problem reported by Stephen Colebourne in:
https://lists.iana.org/hyperkitty/list/tz@iana.org/thread/2AMT4EEYY7U7CLKTAPJKTE2DEN5Q464Q/
* Makefile (check): Move now.ck here ...
(check_mild): ... from here.
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 0087b459..57d1d672 100644
--- a/Makefile
+++ b/Makefile
@@ -855,10 +855,10 @@ tzselect:	tzselect.ksh version
 		chmod +x $@.out
 		mv $@.out $@
 
-check: check_mild back.ck
+check: check_mild back.ck now.ck
 check_mild: check_web check_zishrink \
   character-set.ck white-space.ck links.ck mainguard.ck \
-  name-lengths.ck now.ck slashed-abbrs.ck sorted.ck \
+  name-lengths.ck slashed-abbrs.ck sorted.ck \
   tables.ck ziguard.ck tzs.ck
 
 # True if UTF8_LOCALE does not work;
-- 
2.43.0

