Prevent Lisp nesting errors while bootstrapping.
authorKaroly Lorentey <lorentey@elte.hu>
Thu, 8 Apr 2004 15:09:37 +0000 (15:09 +0000)
committerKaroly Lorentey <lorentey@elte.hu>
Thu, 8 Apr 2004 15:09:37 +0000 (15:09 +0000)
lisp/Makefile.in: Compile vc-arch.el before others; having it loaded
from source while bootstrapping sometimes causes too deep nesting.
(Perhaps it's time to increase max-lisp-eval-depth?)

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-133

lisp/Makefile.in

index 9efd587..137a00d 100644 (file)
@@ -128,7 +128,8 @@ COMPILE_FIRST = \
        $(lisp)/emacs-lisp/bytecomp.el \
        $(lisp)/subr.el \
        $(lisp)/progmodes/cc-mode.el \
-       $(lisp)/progmodes/cc-vars.el
+       $(lisp)/progmodes/cc-vars.el \
+       $(lisp)/vc-arch.el
 
 # The actual Emacs command run in the targets below.