"make syntax-check" now runs only Makefile.cfg-selected tests
commit5703f662b72f03b8a88bfc5cc5ee084988a88ce1
authorJim Meyering <jim@meyering.net>
Thu, 1 Mar 2007 10:00:12 +0000 (1 11:00 +0100)
committerJim Meyering <jim@meyering.net>
Thu, 1 Mar 2007 10:00:12 +0000 (1 11:00 +0100)
tree894ff0c4be70d3e8fd437f491883afcfea760e7c
parentb3b6f52fadfbab0277153b9142251989e8e635d4
"make syntax-check" now runs only Makefile.cfg-selected tests
* Makefile.maint (syntax-check-rules): Hoist this definition so that
it precedes the indirect use in the definition of $(local-check).
(local-check): Use :=, not just "=".
(syntax-check): Depend on $(local-check), not $(syntax-check-rules).
ChangeLog
Makefile.maint