From 333775629a1484a0d9a44db2a627c9199e26fb2e Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 15 Jun 2012 01:53:41 +0200 Subject: [PATCH] lisp/makefile.w32-in (COMPILE_FIRST): Remove subr.el. Suggested by Stefan Monnier while discussing bug#11657. --- lisp/ChangeLog | 5 +++++ lisp/makefile.w32-in | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.5