diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2011-03-14 22:49:15 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2011-03-14 22:49:15 -0400 |
commit | 2663659f1f1a8566cf0f602969f85965a398f618 (patch) | |
tree | eee5145e9066b94b526bfa678a127331761c896f /lisp/makefile.w32-in | |
parent | 23aba0ea0e4922cfd8534f43667d3a758f2d2974 (diff) | |
download | emacs-2663659f1f1a8566cf0f602969f85965a398f618.tar.gz |
* lisp/makefile.w32-in (COMPILE_FIRST): Fix up last change.
* lisp/ldefs-boot.el: Revert to upstream's version.
Diffstat (limited to 'lisp/makefile.w32-in')
-rw-r--r-- | lisp/makefile.w32-in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index 088410172e6..9ea61498ffa 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -84,9 +84,9 @@ BYTE_COMPILE_FLAGS = $(BIG_STACK_OPTS) $(BYTE_COMPILE_EXTRA_FLAGS) COMPILE_FIRST = \ $(lisp)/emacs-lisp/byte-opt.el \ $(lisp)/emacs-lisp/bytecomp.el \ - $(lisp)/emacs-lisp/pcase.elc \ - $(lisp)/emacs-lisp/macroexp.elc \ - $(lisp)/emacs-lisp/cconv.elc \ + $(lisp)/emacs-lisp/pcase.el \ + $(lisp)/emacs-lisp/macroexp.el \ + $(lisp)/emacs-lisp/cconv.el \ $(lisp)/subr.el \ $(lisp)/progmodes/cc-mode.el \ $(lisp)/progmodes/cc-vars.el |