mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 15:56:35 -04:00
* test/Makefile.in (check-declare): Add missing --batch.
This commit is contained in:
parent
34f5656137
commit
0bf10d5082
|
|
@ -360,5 +360,5 @@ maintainer-clean: distclean bootstrap-clean
|
|||
.PHONY: check-declare
|
||||
|
||||
check-declare:
|
||||
$(emacs) -l check-declare \
|
||||
$(emacs) --batch -l check-declare \
|
||||
--eval '(check-declare-directory "$(srcdir)")'
|
||||
|
|
|
|||
Loading…
Reference in a new issue