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
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue