1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

* Makefile.in (check-declare): Also check test/ directory.

This commit is contained in:
Glenn Morris 2018-03-09 16:40:43 -05:00
parent 6edbc03f8f
commit 461e681822

View File

@ -1158,6 +1158,7 @@ check-declare:
exit 1; \
fi
$(MAKE) -C lisp $@
$(MAKE) -C test $@
.PHONY: gitmerge