aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2012-06-15 01:53:41 +0200
committerJuanma Barranquero2012-06-15 01:53:41 +0200
commit333775629a1484a0d9a44db2a627c9199e26fb2e (patch)
treea159c502ec3a5337bcc5e2611f30bb87cf49f4a6
parent54c5ba1a5f83296e02a108c259de6342361a5c7f (diff)
downloademacs-333775629a1484a0d9a44db2a627c9199e26fb2e.tar.gz
emacs-333775629a1484a0d9a44db2a627c9199e26fb2e.zip
lisp/makefile.w32-in (COMPILE_FIRST): Remove subr.el.
Suggested by Stefan Monnier while discussing bug#11657.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/makefile.w32-in1
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cbf271fb924..44dc50c1ad0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12012-06-14 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
4 Suggested by Stefan Monnier while discussing bug#11657.
5
12012-06-14 Sam Steingold <sds@gnu.org> 62012-06-14 Sam Steingold <sds@gnu.org>
2 7
3 * files.el (abort-if-file-too-large): Use `file-size-human-readable'. 8 * 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 = \
86 $(lisp)/emacs-lisp/bytecomp.el \ 86 $(lisp)/emacs-lisp/bytecomp.el \
87 $(lisp)/emacs-lisp/macroexp.el \ 87 $(lisp)/emacs-lisp/macroexp.el \
88 $(lisp)/emacs-lisp/cconv.el \ 88 $(lisp)/emacs-lisp/cconv.el \
89 $(lisp)/subr.el \
90 $(lisp)/progmodes/cc-mode.el \ 89 $(lisp)/progmodes/cc-mode.el \
91 $(lisp)/progmodes/cc-vars.el 90 $(lisp)/progmodes/cc-vars.el
92 91