* test/Makefile.in (check-declare): New PHONY rule.
This commit is contained in:
parent
d3ceff630e
commit
6edbc03f8f
1 changed files with 6 additions and 0 deletions
|
@ -296,3 +296,9 @@ distclean: clean
|
|||
rm -f Makefile
|
||||
|
||||
maintainer-clean: distclean bootstrap-clean
|
||||
|
||||
.PHONY: check-declare
|
||||
|
||||
check-declare:
|
||||
$(emacs) -l check-declare \
|
||||
--eval '(check-declare-directory "$(srcdir)")'
|
||||
|
|
Loading…
Add table
Reference in a new issue