diff options
| -rw-r--r-- | test/ChangeLog | 4 | ||||
| -rw-r--r-- | test/automated/Makefile.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 564e9d3d641..d68c5b6bb07 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-08-07 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * automated/Makefile.in (check-tar): Remove, no longer needed. | ||
| 4 | |||
| 1 | 2014-08-03 Glenn Morris <rgm@gnu.org> | 5 | 2014-08-03 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * automated/Makefile.in (check-tar): Add as alias for check. | 7 | * automated/Makefile.in (check-tar): Add as alias for check. |
diff --git a/test/automated/Makefile.in b/test/automated/Makefile.in index d69d91be5cc..764b80ece93 100644 --- a/test/automated/Makefile.in +++ b/test/automated/Makefile.in | |||
| @@ -118,8 +118,4 @@ check: compile-main | |||
| 118 | echo Testing $$els; \ | 118 | echo Testing $$els; \ |
| 119 | $(emacs) $$args -f ert-run-tests-batch-and-exit | 119 | $(emacs) $$args -f ert-run-tests-batch-and-exit |
| 120 | 120 | ||
| 121 | ## This is for hydra, so we can use the same recipe on trunk and emacs-24. | ||
| 122 | .PHONY: check-tar | ||
| 123 | check-tar: check | ||
| 124 | |||
| 125 | # Makefile ends here. | 121 | # Makefile ends here. |