]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/makefile.w32-in (COMPILE_FIRST): Synch with changes in 2008-06-22T13:57:28Z...
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 15 Jun 2012 21:47:39 +0000 (23:47 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 15 Jun 2012 21:47:39 +0000 (23:47 +0200)
lisp/ChangeLog
lisp/makefile.w32-in

index a56eb67e297873d093eb1c4429410a25b7261d4d..243a47180cbb45a013874ab6ce57da81f4315344 100644 (file)
@@ -1,3 +1,8 @@
+2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
+
+       * 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  <monnier@iro.umontreal.ca>
 
        * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
index fc841a51e52f028414b5953255e540700c27c552..2137607281ac5805290e62c805d150614f0d2c99 100644 (file)
@@ -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