Mercurial > emacs
changeset 42147:b8d77bc6ce4d
Note that src/Makefile.in needs changes if DONTCOMPILE is modified.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 18 Dec 2001 17:39:27 +0000 |
parents | 7ffd5b80ef27 |
children | 1f6503c2071d |
files | lisp/Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/Makefile.in Tue Dec 18 17:39:22 2001 +0000 +++ b/lisp/Makefile.in Tue Dec 18 17:39:27 2001 +0000 @@ -40,7 +40,8 @@ ETAGS = ../lib-src/etags # Files which should not be compiled. If you change the name `DONTCOMPILE' -# to something different, you'll have to change make-dist as well. +# to something different, you'll have to change make-dist as well, and +# modify the lists in $lisp and $shortlisp on src/Makefile.in. # # - emacs-lisp/cl-specs.el: only contains `def-edebug-spec's so there's # no point compiling it, although it doesn't hurt.