aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-07-05 20:03:53 +0000
committerGerd Moellmann2000-07-05 20:03:53 +0000
commitda7d597f76add53be89e73fa1204167c64e5b5b9 (patch)
treea39d4f4df79327683ebbcea7e4bec0e0652aae56
parentbde5503bf1448e1a5edf6ba0bc850bed3b42932e (diff)
downloademacs-da7d597f76add53be89e73fa1204167c64e5b5b9.tar.gz
emacs-da7d597f76add53be89e73fa1204167c64e5b5b9.zip
(DONTCOMPILE): Add comment that the name may
not be changed without changing the make-dist script.
-rw-r--r--lisp/Makefile.in4
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
23lisptagsfiles2 = $(lisp)/[a-zA-Z]*/[a-zA-Z]*.el 23lisptagsfiles2 = $(lisp)/[a-zA-Z]*/[a-zA-Z]*.el
24ETAGS = ../lib-src/etags 24ETAGS = ../lib-src/etags
25 25
26# Files which should not be compiled. 26# Files which should not be compiled. If you change the name `DONTCOMPILE'
27# to something different, you'll have to change make-dist as well.
28#
27# - emacs-lisp/cl-specs.el: only contains `def-edebug-spec's so there's 29# - emacs-lisp/cl-specs.el: only contains `def-edebug-spec's so there's
28# no point compiling it, although it doesn't hurt. 30# no point compiling it, although it doesn't hurt.
29 31