]> git.eshelyaron.com Git - emacs.git/commitdiff
Small src/Makefile simplification
authorGlenn Morris <rgm@gnu.org>
Thu, 13 Apr 2017 17:44:35 +0000 (13:44 -0400)
committerGlenn Morris <rgm@gnu.org>
Thu, 13 Apr 2017 17:44:35 +0000 (13:44 -0400)
* src/Makefile.in ($(lispsource)/international/ucs-normalize.elc)
($(lispsource)/term/ns-win.elc): Combine rules.

src/Makefile.in

index bed53f8f4be059f25a8140c1f5aeca622e5c9b01..7890ea9878e5872bd132171eca541aec7ac5d5a4 100644 (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