1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-20 00:20:20 +00:00

* Makefile (check_sorted): Fix typo in recent change.

This commit is contained in:
Paul Eggert
2014-09-06 18:37:10 -07:00
parent fef27b6086
commit 720111eb8a

View File

@ -491,7 +491,7 @@ check_sorted: backward backzone iso3166.tab zone1970.tab
$(AWK) '/^Link/ {print $$3}' backward | LC_ALL=C sort -c
$(AWK) '/^Zone/ {print $$2}' backzone | LC_ALL=C sort -c
$(AWK) '/^[^#]/ {print}' iso3166.tab | LC_ALL=C sort -c
$(AWK) '/^[^#]/ {print substr($0, 1, 2)}' zone1970.tab | \
$(AWK) '/^[^#]/ {print substr($$0, 1, 2)}' zone1970.tab | \
LC_ALL=C sort -c
check_tables: checktab.awk $(PRIMARY_YDATA) $(ZONETABLES)