# HG changeset patch # User Glenn Morris # Date 1223020665 0 # Node ID a186e340cbb23d2293c3551982cb2c0b1a1f849c # Parent d520c4c510441953262cb4513f9b26d3bb3bab97 (ELCFILES): Update. diff -r d520c4c51044 -r a186e340cbb2 lisp/Makefile.in --- a/lisp/Makefile.in Fri Oct 03 07:47:06 2008 +0000 +++ b/lisp/Makefile.in Fri Oct 03 07:57:45 2008 +0000 @@ -1122,6 +1122,7 @@ $(lisp)/tempo.elc \ $(lisp)/term.elc \ $(lisp)/term/common-win.elc \ + $(lisp)/term/internal.elc \ $(lisp)/term/ns-win.elc \ $(lisp)/term/pc-win.elc \ $(lisp)/term/rxvt.elc \ @@ -1314,6 +1315,7 @@ $(MAKE) $(MFLAGS) compile EMACS=$(EMACS) ## In case any files are missing from ELCFILES. +## Why is the UnicodeData check needed, when these files are no-byte-compile? compile-last: @wd=$(lisp); $(setwins); \ els=`echo "$$wins " | sed -e 's|/\./|/|g' -e 's|/\. | |g' -e 's| |/*.el |g'`; \