Small src/Makefile simplification

* src/Makefile.in ($(lispsource)/international/ucs-normalize.elc)
($(lispsource)/term/ns-win.elc): Combine rules.
This commit is contained in:
Glenn Morris 2017-04-13 13:44:35 -04:00
parent a61fa4af28
commit dbae41896c

View file

@ -507,12 +507,8 @@ $(srcdir)/macuvs.h $(lispsource)/international/charprop.el: \
## We require charprop.el to exist before ucs-normalize.el is
## byte-compiled, because ucs-normalize.el needs to load 2 uni-*.el files.
$(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: | \
## And ns-win requires ucs-normalize.
$(lispsource)/international/ucs-normalize.elc $(lispsource)/term/ns-win.elc: | \
$(lispsource)/international/charprop.el
lispintdir = ${lispsource}/international