1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 12:41:56 +00:00

Avoid parallel race condition

* lisp/Makefile.in ($(lisp)/loaddefs.el): Remove gen-lisp for now.
This commit is contained in:
Glenn Morris 2017-04-25 15:05:52 -04:00
parent 5b0fdefb4c
commit e4ddf394d0

View 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 \