diff options
| author | Eli Zaretskii | 2001-12-18 17:39:27 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-12-18 17:39:27 +0000 |
| commit | b07f69f1ddc45ec56b26fd8e3d5de125229eb906 (patch) | |
| tree | 8d4dbc46e0afa8047d4d8a66ba0544b481434b05 | |
| parent | af5cae0572be08a666f96f4c3b1f417fd794685c (diff) | |
| download | emacs-b07f69f1ddc45ec56b26fd8e3d5de125229eb906.tar.gz emacs-b07f69f1ddc45ec56b26fd8e3d5de125229eb906.zip | |
Note that src/Makefile.in needs changes if DONTCOMPILE is modified.
| -rw-r--r-- | lisp/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 988536757ed..8062649645c 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -40,7 +40,8 @@ lisptagsfiles2 = $(lisp)/[a-zA-Z]*/[a-zA-Z]*.el | |||
| 40 | ETAGS = ../lib-src/etags | 40 | ETAGS = ../lib-src/etags |
| 41 | 41 | ||
| 42 | # Files which should not be compiled. If you change the name `DONTCOMPILE' | 42 | # Files which should not be compiled. If you change the name `DONTCOMPILE' |
| 43 | # to something different, you'll have to change make-dist as well. | 43 | # to something different, you'll have to change make-dist as well, and |
| 44 | # modify the lists in $lisp and $shortlisp on src/Makefile.in. | ||
| 44 | # | 45 | # |
| 45 | # - emacs-lisp/cl-specs.el: only contains `def-edebug-spec's so there's | 46 | # - emacs-lisp/cl-specs.el: only contains `def-edebug-spec's so there's |
| 46 | # no point compiling it, although it doesn't hurt. | 47 | # no point compiling it, although it doesn't hurt. |