From: Juanma Barranquero Date: Thu, 14 Jun 2012 23:53:41 +0000 (+0200) Subject: lisp/makefile.w32-in (COMPILE_FIRST): Remove subr.el. X-Git-Tag: emacs-24.2.90~1199^2~474^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=333775629a1484a0d9a44db2a627c9199e26fb2e;p=emacs.git lisp/makefile.w32-in (COMPILE_FIRST): Remove subr.el. Suggested by Stefan Monnier while discussing bug#11657. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cbf271fb924..44dc50c1ad0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-06-14 Juanma Barranquero + + * makefile.w32-in (COMPILE_FIRST): Remove subr.el. + Suggested by Stefan Monnier while discussing bug#11657. + 2012-06-14 Sam Steingold * files.el (abort-if-file-too-large): Use `file-size-human-readable'. diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index 6f4838ee3e1..fc841a51e52 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -86,7 +86,6 @@ COMPILE_FIRST = \ $(lisp)/emacs-lisp/bytecomp.el \ $(lisp)/emacs-lisp/macroexp.el \ $(lisp)/emacs-lisp/cconv.el \ - $(lisp)/subr.el \ $(lisp)/progmodes/cc-mode.el \ $(lisp)/progmodes/cc-vars.el