From: Michael Albinus Date: Tue, 27 Aug 2019 10:58:38 +0000 (+0200) Subject: * test/Makefile.in (test_template): Declare target FOO.log. X-Git-Tag: emacs-27.0.90~1328^2~57 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=693e9be5871f4e9bcb1a4ecfe5a40e68f5433cc3;p=emacs.git * test/Makefile.in (test_template): Declare target FOO.log. --- diff --git a/test/Makefile.in b/test/Makefile.in index b7959072083..abcba944734 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -233,6 +233,7 @@ define test_template ifeq (,$(patsubst %-tests,,$(1))$(findstring -tests/,$(1))) $(1).log: $(patsubst %-tests,$(srcdir)/../%,$(1))$(if \ $(patsubst src/%,,$(patsubst lib-src/%,,$(1))),.el,.c) + $(notdir $(1).log): $(1).log endif ## Short aliases that always re-run the tests, with no logging.