]> git.eshelyaron.com Git - emacs.git/commitdiff
Avoid parallel race condition
authorGlenn Morris <rgm@gnu.org>
Tue, 25 Apr 2017 19:05:52 +0000 (15:05 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 25 Apr 2017 19:05:52 +0000 (15:05 -0400)
* lisp/Makefile.in ($(lisp)/loaddefs.el): Remove gen-lisp for now.

lisp/Makefile.in

index c1b063246e8eac97db0d558f599e83937a5a2444..e13734a503532bb4d5316b53f93a83f771d3705c 100644 (file)
@@ -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 \