Mercurial > emacs
changeset 98485:a186e340cbb2
(ELCFILES): Update.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 03 Oct 2008 07:57:45 +0000 |
parents | d520c4c51044 |
children | 3bfda713e13e |
files | lisp/Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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'`; \