diff options
| author | Glenn Morris | 2021-12-05 10:27:18 -0800 |
|---|---|---|
| committer | Glenn Morris | 2021-12-05 10:27:18 -0800 |
| commit | 0bf10d508203b4afdaf5e95d03b906eefc7f69a2 (patch) | |
| tree | 74715d24648bf55abf49c6b67013ebd199be7ddb | |
| parent | 34f56561372d83b71dcaff1cdf5d9264ba38fa0e (diff) | |
| download | emacs-0bf10d508203b4afdaf5e95d03b906eefc7f69a2.tar.gz emacs-0bf10d508203b4afdaf5e95d03b906eefc7f69a2.zip | |
* test/Makefile.in (check-declare): Add missing --batch.
| -rw-r--r-- | test/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index d82f53157b0..bb32ef672db 100644 --- a/test/Makefile.in +++ b/test/Makefile.in | |||
| @@ -360,5 +360,5 @@ maintainer-clean: distclean bootstrap-clean | |||
| 360 | .PHONY: check-declare | 360 | .PHONY: check-declare |
| 361 | 361 | ||
| 362 | check-declare: | 362 | check-declare: |
| 363 | $(emacs) -l check-declare \ | 363 | $(emacs) --batch -l check-declare \ |
| 364 | --eval '(check-declare-directory "$(srcdir)")' | 364 | --eval '(check-declare-directory "$(srcdir)")' |