mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-10 15:56:18 +00:00
Fix failure to compile ns-win.el in parallel builds
* src/Makefile.in ($(lispsource)/term/ns-win.elc): Add order-only dependency on $(lispsource)/international/charprop.el. (Bug#22501)
This commit is contained in:
parent
860da4dccb
commit
a4278e28f6
@ -501,6 +501,11 @@ $(srcdir)/macuvs.h $(lispsource)/international/charprop.el: \
|
||||
$(lispsource)/international/ucs-normalize.elc: | \
|
||||
$(lispsource)/international/charprop.el
|
||||
|
||||
## ns-win.el loads ucs-normalize, so it also needs the above-mentioned
|
||||
## 2 uni-*.el files to exist.
|
||||
$(lispsource)/term/ns-win.elc: | \
|
||||
$(lispsource)/international/charprop.el
|
||||
|
||||
lispintdir = ${lispsource}/international
|
||||
${lispintdir}/cp51932.el ${lispintdir}/eucjp-ms.el: FORCE
|
||||
${MAKE} -C ../admin/charsets $(notdir $@)
|
||||
|
Loading…
Reference in New Issue
Block a user