1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-05 20:43:08 +00:00

Note that src/Makefile.in needs changes if DONTCOMPILE is modified.

This commit is contained in:
Eli Zaretskii 2001-12-18 17:39:27 +00:00
parent af5cae0572
commit b07f69f1dd

View File

@ -40,7 +40,8 @@ lisptagsfiles2 = $(lisp)/[a-zA-Z]*/[a-zA-Z]*.el
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.