mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
* test/Makefile.in (check-declare): New PHONY rule.
This commit is contained in:
parent
9be7eb4ff9
commit
954d7cec7c
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…
Reference in a new issue