diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-07-05 20:03:53 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-07-05 20:03:53 +0000 |
commit | 6062c0d0232777fcc4b2c34c524be548ee2b6601 (patch) | |
tree | 606c4befb808a79e2eb8f3c3db131cc8e1d352c3 /lisp/Makefile.in | |
parent | 296a244aa3cf0b2955b7ef7b5a4d57b0550d5df4 (diff) | |
download | emacs-6062c0d0232777fcc4b2c34c524be548ee2b6601.tar.gz |
(DONTCOMPILE): Add comment that the name may
not be changed without changing the make-dist script.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r-- | lisp/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 08d2b770969..16ae93083b1 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -23,7 +23,9 @@ lisptagsfiles1 = $(lisp)/[a-zA-Z]*.el lisptagsfiles2 = $(lisp)/[a-zA-Z]*/[a-zA-Z]*.el ETAGS = ../lib-src/etags -# Files which should not be compiled. +# Files which should not be compiled. If you change the name `DONTCOMPILE' +# to something different, you'll have to change make-dist as well. +# # - emacs-lisp/cl-specs.el: only contains `def-edebug-spec's so there's # no point compiling it, although it doesn't hurt. |