]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix previous change in test/Makefile.in
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 27 Apr 2022 14:32:24 +0000 (16:32 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 27 Apr 2022 14:32:24 +0000 (16:32 +0200)
test/Makefile.in

index 9c61da9dde83d1cf8ef11824abeb1899a594a717..e7df121d0eb1c38de2e45a081eb5b97d25e2938f 100644 (file)
@@ -223,9 +223,11 @@ define test_template
   ## dependencies, it is better than nothing.
   srcfile = $(patsubst %-tests,$(srcdir)/../%,$(1))$(if $(patsubst src/%,,$(patsubst lib-src/%,,$(1))),.el,.c)
   ifeq (,$(patsubst %-tests,,$(1))$(findstring -tests/,$(1)))
+  ifeq ($(shell test -e $(srcfile) && echo -n yes),yes)
     $(1).log: $(srcfile)
     $(notdir $(1).log): $(1).log
   endif
+  endif
 
   ## Short aliases that always re-run the tests, with no logging.
   ## Define both with and without the directory name for ease of use.