From: Glenn Morris Date: Fri, 9 Mar 2018 21:39:51 +0000 (-0500) Subject: * test/Makefile.in (check-declare): New PHONY rule. X-Git-Tag: emacs-27.0.90~5527 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6edbc03f8f79ae7b7765723b70a31aeae7351a0d;p=emacs.git * test/Makefile.in (check-declare): New PHONY rule. --- diff --git a/test/Makefile.in b/test/Makefile.in index 1653263e7a4..4024d0286fe 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -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)")'