X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/b7d1d1018a0c90564e5c9bac8689966cd68628f4..4028199557c716f861becd0c5e3f1ff116e13051:/lisp/Makefile.in diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 650c0f69bf..cecbcf8589 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -1122,6 +1122,7 @@ ELCFILES = \ $(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 @@ compile-always: doit $(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'`; \