]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/Makefile.in (test_template): Declare target FOO.log.
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 27 Aug 2019 10:58:38 +0000 (12:58 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 27 Aug 2019 10:58:38 +0000 (12:58 +0200)
test/Makefile.in

index b795907208322cd9de2b5325f74e1f3ef9d3a54c..abcba944734f5b448d5f95dd06ad6a7862cd3793 100644 (file)
@@ -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.