summaryrefslogtreecommitdiff
path: root/lisp/Makefile.in
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-03-21 12:56:09 +0000
committerGerd Moellmann <gerd@gnu.org>2001-03-21 12:56:09 +0000
commit170a9e70c18727df0544a01d6bac040d65513409 (patch)
treecdbb6c1c84dca649f5b1e0cb1551b555b4f26e38 /lisp/Makefile.in
parent1e406be025b55cda1a0b8604504e36048878c0e7 (diff)
downloademacs-170a9e70c18727df0544a01d6bac040d65513409.tar.gz
(COMPILE_FIRST): Add cc-mode.el
and cc-vars.el.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r--lisp/Makefile.in11
1 files changed, 8 insertions, 3 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 966ac9b8cf5..3fb63dcc523 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -94,13 +94,18 @@ DONTCOMPILE = \
$(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.