]> git.eshelyaron.com Git - emacs.git/commitdiff
(DONTCOMPILE): Add comment that the name may
authorGerd Moellmann <gerd@gnu.org>
Wed, 5 Jul 2000 20:03:53 +0000 (20:03 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 5 Jul 2000 20:03:53 +0000 (20:03 +0000)
not be changed without changing the make-dist script.

lisp/Makefile.in

index 08d2b770969dac6186f3e58d80d1756d4304de17..16ae93083b111ae3d36398b395fc9ebd3593e64c 100644 (file)
@@ -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.