diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-03-30 16:01:28 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-03-30 16:01:28 +0200 |
commit | ebe0c9b6b02cfb328457156c25387c3e2b7ba961 (patch) | |
tree | 16499050aa7649bff3fe249c45ce2c7bf935dd13 /lisp/makefile.w32-in | |
parent | 9dba2c644978f9c51ad38da97134fca7d8cf29e2 (diff) | |
download | emacs-ebe0c9b6b02cfb328457156c25387c3e2b7ba961.tar.gz |
lisp/makefile.w32-in (COMPILE_FIRST): Remove pcase.
Diffstat (limited to 'lisp/makefile.w32-in')
-rw-r--r-- | lisp/makefile.w32-in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index 9ea61498ffa..ed2fe4031b7 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -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 \ |