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 | 1c6795882f01991e12b241b85293784e5f0467a0 (patch) | |
tree | f79ccc5194434eabef6f774ef61b165756ff4450 /lisp/makefile.w32-in | |
parent | 202c3cc6db41dc4398d220a2256e4eef955d7918 (diff) | |
download | emacs-1c6795882f01991e12b241b85293784e5f0467a0.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 \ |