From b6974efa3bd268e2ac72c3dc0e52585dc31d60f8 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 15 Jun 2012 23:47:39 +0200 Subject: [PATCH] lisp/makefile.w32-in (COMPILE_FIRST): Synch with changes in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca. --- lisp/ChangeLog | 5 +++++ lisp/makefile.w32-in | 10 +++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a56eb67e297..243a47180cb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-06-15 Juanma Barranquero + + * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes + in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca. + 2012-06-15 Stefan Monnier * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index fc841a51e52..2137607281a 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -76,18 +76,14 @@ BIG_STACK_OPTS = --eval "(setq max-lisp-eval-depth $(BIG_STACK_DEPTH))" BYTE_COMPILE_FLAGS = $(BIG_STACK_OPTS) $(BYTE_COMPILE_EXTRA_FLAGS) # 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. +# speed up the bootstrap process. COMPILE_FIRST = \ - $(lisp)/emacs-lisp/byte-opt.el \ $(lisp)/emacs-lisp/bytecomp.el \ + $(lisp)/emacs-lisp/byte-opt.el \ $(lisp)/emacs-lisp/macroexp.el \ $(lisp)/emacs-lisp/cconv.el \ - $(lisp)/progmodes/cc-mode.el \ - $(lisp)/progmodes/cc-vars.el + $(lisp)/emacs-lisp/autoload.el # The actual Emacs command run in the targets below. # The quotes around $(EMACS) are here because the user could type -- 2.39.5