From 693e9be5871f4e9bcb1a4ecfe5a40e68f5433cc3 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 27 Aug 2019 12:58:38 +0200 Subject: [PATCH] * test/Makefile.in (test_template): Declare target FOO.log. --- test/Makefile.in | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.2