1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00

lisp/makefile.w32-in (COMPILE_FIRST): Remove pcase.

This commit is contained in:
Juanma Barranquero 2011-03-30 16:01:28 +02:00
parent 9dba2c6449
commit ebe0c9b6b0
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-03-30 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in (COMPILE_FIRST): Remove pcase.
2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
* subr.el (with-output-to-temp-buffer): Don't change current-buffer to

View File

@ -84,7 +84,6 @@ 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.el \
$(lisp)/emacs-lisp/macroexp.el \
$(lisp)/emacs-lisp/cconv.el \
$(lisp)/subr.el \