]> code.delx.au - gnu-emacs/blobdiff - lisp/Makefile.in
Comment change.
[gnu-emacs] / lisp / Makefile.in
index 988536757ed8d18fd192647645cd596dbd561e5c..87fae4711f89987a9ed75fec5dff8f82aef37cbb 100644 (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.
@@ -262,6 +263,6 @@ bootstrap-clean:
 bootstrap: autoloads compile-files custom-deps
 
 distclean:
-       -rm -f $(lisp)/Makefile
+       -rm -f ./Makefile
 
 # Makefile ends here.