and cc-vars.el.
2001-03-21 Gerd Moellmann <gerd@gnu.org>
+ * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
+ and cc-vars.el.
+
* mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
headers. Always invoke sendmail with option -t.
$(lisp)/term/xterm.el \
$(lisp)/version.el
-# Files to compile before others during a bootstrap. This is done
-# to speed up the bootstrap process.
+# Files to compile before others during a bootstrap. This is done to
+# speed up the bootstrap process. The CC files are compiled first
+# because CC mode tweaks the compilation process, and requiring
+# cc-mode when it is not compiled doesn't work during the
+# bootstrapping.
COMPILE_FIRST = \
$(lisp)/emacs-lisp/byte-opt.el \
$(lisp)/emacs-lisp/bytecomp.el \
- $(lisp)/subr.el
+ $(lisp)/subr.el \
+ $(lisp)/progmodes/cc-mode.el \
+ $(lisp)/progmodes/cc-vars.el
# The actual Emacs command run in the targets below.
$(lisp)/term/xterm.el \
$(lisp)/version.el
-# Files to compile before others during a bootstrap. This is done
-# to speed up the bootstrap process.
+# Files to compile before others during a bootstrap. This is done to
+# speed up the bootstrap process. The CC files are compiled first
+# because CC mode tweaks the compilation process, and requiring
+# cc-mode when it is not compiled doesn't work during the
+# bootstrapping.
COMPILE_FIRST = \
$(lisp)/emacs-lisp/byte-opt.el \
$(lisp)/emacs-lisp/bytecomp.el \
- $(lisp)/subr.el
+ $(lisp)/subr.el \
+ $(lisp)/progmodes/cc-mode.el \
+ $(lisp)/progmodes/cc-vars.el
# The actual Emacs command run in the targets below.