]> git.eshelyaron.com Git - emacs.git/commit
Fix build with native compilation on Cygwin
authorKen Brown <kbrown@cornell.edu>
Sat, 18 Sep 2021 18:03:41 +0000 (14:03 -0400)
committerKen Brown <kbrown@cornell.edu>
Sun, 19 Sep 2021 16:19:36 +0000 (12:19 -0400)
commit19e72564b25ed00001ee25995df6fa1f049d45ff
treea441dee55ec693e3adee433de16e215b2c3cff4c
parentbbb9e97537233ae051e14dead31352d3bc0f32b6
Fix build with native compilation on Cygwin

* src/Makefile.in (emacs$(EXEEXT)) [CYGWIN]: Rebase the *.eln
files after they are all created, to avoid fork problems later
in the build.  (Bug#50666)
src/Makefile.in