From: Glenn Morris Date: Thu, 13 Apr 2017 17:44:35 +0000 (-0400) Subject: Small src/Makefile simplification X-Git-Tag: emacs-26.0.90~521^2~639 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dbae41896c325de5cae3d98afedb27f42e306ed5;p=emacs.git Small src/Makefile simplification * src/Makefile.in ($(lispsource)/international/ucs-normalize.elc) ($(lispsource)/term/ns-win.elc): Combine rules. --- diff --git a/src/Makefile.in b/src/Makefile.in index bed53f8f4be..7890ea9878e 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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