]> git.eshelyaron.com Git - emacs.git/commit
Ensure that MAIN_FIRST have finished compilation before doing the rest
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 3 Dec 2021 21:21:41 +0000 (22:21 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 3 Dec 2021 21:22:31 +0000 (22:22 +0100)
commit352c737dcef4171f71980b432cc86df6511d8643
tree120ca3068475210ebe7c1cb9270dfe36f91cc502
parent1e2bc1bbf47782df7f9b8051f33904432c55e6e4
Ensure that MAIN_FIRST have finished compilation before doing the rest

* lisp/Makefile.in (main-first): Ensure that we're done with the
main bits before starting on the rest.
(GREP_OPTIONS): Depend on main-first.
(MAIN_FIRST): Compile cconv.el before c-by.el (bug#8764).
lisp/Makefile.in