]> git.eshelyaron.com Git - emacs.git/commit
Fix macOS parallel bootstrap error (bug#55846)
authorMattias Engdegård <mattiase@acm.org>
Fri, 10 Jun 2022 08:22:24 +0000 (10:22 +0200)
committerMattias Engdegård <mattiase@acm.org>
Fri, 10 Jun 2022 08:37:34 +0000 (10:37 +0200)
commit068ce6411d20646ac5a8a80a79167068b3247554
tree08b3f097ed35359ce38d5cba8409fa6d3fdd25b0
parent307ef05587be7cec5343799ac28a7581064fb467
Fix macOS parallel bootstrap error (bug#55846)

* nextstep/Makefile.in (${ns_appdir}):
Change to a single-target rule to avoid the same actions being
executed in parallel.
nextstep/Makefile.in