]> code.delx.au - gnu-emacs/commitdiff
* test/automated/Makefile.in (check-tar): Remove, no longer needed.
authorGlenn Morris <rgm@gnu.org>
Thu, 7 Aug 2014 00:08:57 +0000 (17:08 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 7 Aug 2014 00:08:57 +0000 (17:08 -0700)
No need to merge this to trunk.

test/ChangeLog
test/automated/Makefile.in

index 564e9d3d641e4be4bd53a7be5c1d193beb645833..d68c5b6bb0748116fb5764393aa6e4cb1fb649a1 100644 (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.
index d69d91be5cc26da252e0fb0c4db3e628ecf442fd..764b80ece93136c8d0e0c055896d44b6c333d185 100644 (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.