mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
Small src/Makefile simplification
* src/Makefile.in ($(lispsource)/international/ucs-normalize.elc) ($(lispsource)/term/ns-win.elc): Combine rules.
This commit is contained in:
parent
a61fa4af28
commit
dbae41896c
1 changed files with 2 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue