blob: 09e337be728f78d4bb98372b37ab5aa7a3e47535 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/Makefile b/Makefile
index 2130582..87aa4d8 100644
--- a/Makefile
+++ b/Makefile
@@ -858,7 +858,7 @@ tzselect: tzselect.ksh version
mv $@.out $@
check: check_mild back.ck now.ck
-check_mild: check_web check_zishrink \
+check_mild: check_zishrink \
character-set.ck white-space.ck links.ck mainguard.ck \
name-lengths.ck slashed-abbrs.ck sorted.ck \
tables.ck ziguard.ck tzs.ck
|