* test/automated/Makefile.in (check-tar): Remove, no longer needed.

No need to merge this to trunk.
This commit is contained in:
Glenn Morris 2014-08-06 17:08:57 -07:00
parent 518edaef88
commit 6df16fba2a
2 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2014-08-07 Glenn Morris <rgm@gnu.org>
* automated/Makefile.in (check-tar): Remove, no longer needed.
2014-08-03 Glenn Morris <rgm@gnu.org>
* automated/Makefile.in (check-tar): Add as alias for check.

View file

@ -118,8 +118,4 @@ check: compile-main
echo Testing $$els; \
$(emacs) $$args -f ert-run-tests-batch-and-exit
## This is for hydra, so we can use the same recipe on trunk and emacs-24.
.PHONY: check-tar
check-tar: check
# Makefile ends here.