From e4ddf394d0ca42b3958848800c98fed2215291f7 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 25 Apr 2017 15:05:52 -0400 Subject: [PATCH] Avoid parallel race condition * lisp/Makefile.in ($(lisp)/loaddefs.el): Remove gen-lisp for now. --- lisp/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/Makefile.in b/lisp/Makefile.in index c1b063246e8..e13734a5035 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -196,7 +196,7 @@ $(lisp)/finder-inf.el: # slow; starting from an almost-correct content will enable the "only # update where necessary" feature of batch-update-autoloads. autoloads .PHONY: $(lisp)/loaddefs.el -$(lisp)/loaddefs.el: gen-lisp $(LOADDEFS) +$(lisp)/loaddefs.el: $(LOADDEFS) @echo Directories for loaddefs: ${SUBDIRS_ALMOST} @if test -f $@ ; then cp $@ $(lisp)/loaddefs.tmp ; fi $(AM_V_GEN)$(emacs) -l autoload \ -- 2.39.5