maint: fix gzip-specific syntax-check rule
authorJim Meyering <meyering@fb.com>
Tue, 30 Aug 2016 03:28:48 +0000 (20:28 -0700)
committerJim Meyering <meyering@fb.com>
Tue, 30 Aug 2016 03:28:48 +0000 (20:28 -0700)
commit717269a54752587aa3712046cdec2aa321f4d227
tree2b51331060da1a891031484b9d9d8e4a2a80bdd2
parent595bfc681a3c40348561ade68694082e1511c4d8
maint: fix gzip-specific syntax-check rule

* cfg.mk (sc_gzip_copyright_check): This rule had two problems.
It was failing erroneously (the copyright date in gzip.c is fine),
yet it was complaining.  The first problem is that the rule's
diagnostic mentioned the wrong file: lib/version-etc.c, rather than
./gzip.c. The second problem is that it specified this file name
via "in_files" rather than the "in_vc_files" variable.
cfg.mk