avoid parallel "make distcheck" failure due to two run-in-src/ rules
commitcbc4d9bd1366b0ed277b5dfe2585d22d4070e969
authorJim Meyering <meyering@redhat.com>
Thu, 23 Apr 2009 06:21:38 +0000 (23 08:21 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 23 Apr 2009 19:01:52 +0000 (23 21:01 +0200)
treee902717af626d80fd0998be336394a250e926d47
parentc74fbaefebe91ca60e3a8582613a3714c740df65
avoid parallel "make distcheck" failure due to two run-in-src/ rules

Move the check-AUTHORS rule from "syntax-check" to "check".
* maint.mk (local-checks-available): Remove check-AUTHORS.
(check-AUTHORS): Remove rule.
* src/Makefile.am (CLEANFILES): Add $(no_install__progs),
since they too are built sometimes.
(check-AUTHORS): Split a longer-than-80 sed command.
(../AUTHORS): Remove obsolete rule.
maint.mk
src/Makefile.am