From: Juanma Barranquero Date: Sat, 23 Jun 2012 16:58:13 +0000 (+0200) Subject: lisp/makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z... X-Git-Tag: emacs-24.2.90~1199^2~378 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=711b11e1e3efa0d85e3a54114bf7dbd9a90b5c54;p=emacs.git lisp/makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d157c36e36f..569dd004f76 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-06-23 Juanma Barranquero + + * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca. + 2012-06-23 Stefan Monnier * help-fns.el (describe-variable): Don't croak when doc is not found. diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index 2137607281a..91a25b7c071 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -79,10 +79,10 @@ BYTE_COMPILE_FLAGS = $(BIG_STACK_OPTS) $(BYTE_COMPILE_EXTRA_FLAGS) # speed up the bootstrap process. COMPILE_FIRST = \ - $(lisp)/emacs-lisp/bytecomp.el \ - $(lisp)/emacs-lisp/byte-opt.el \ $(lisp)/emacs-lisp/macroexp.el \ $(lisp)/emacs-lisp/cconv.el \ + $(lisp)/emacs-lisp/byte-opt.el \ + $(lisp)/emacs-lisp/bytecomp.el \ $(lisp)/emacs-lisp/autoload.el # The actual Emacs command run in the targets below.