aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/Makefile.in6
1 files changed, 6 insertions, 0 deletions
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
296 rm -f Makefile 296 rm -f Makefile
297 297
298maintainer-clean: distclean bootstrap-clean 298maintainer-clean: distclean bootstrap-clean
299
300.PHONY: check-declare
301
302check-declare:
303 $(emacs) -l check-declare \
304 --eval '(check-declare-directory "$(srcdir)")'