]> code.delx.au - gnu-emacs/blobdiff - lisp/makefile.w32-in
lisp/makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z...
[gnu-emacs] / lisp / makefile.w32-in
index 2137607281ac5805290e62c805d150614f0d2c99..91a25b7c071aec4dff432fd4d76367db4131a069 100644 (file)
@@ -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.