]> code.delx.au - gnu-emacs/blobdiff - test/automated/Makefile.in
Update copyright year to 2015
[gnu-emacs] / test / automated / Makefile.in
index d69d91be5cc26da252e0fb0c4db3e628ecf442fd..05ef64025d2b68c72b02ec4bb9d2a5a8b8c18d0f 100644 (file)
@@ -1,6 +1,6 @@
 ### @configure_input@
 
-# Copyright (C) 2010-2014 Free Software Foundation, Inc.
+# Copyright (C) 2010-2015 Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.
 
@@ -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.