mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
lib-src/makefile.w32-in (lisp1): Add macroexp.elc (bug#13320).
This commit is contained in:
parent
a7f1194834
commit
a19e68ea91
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2013-01-01 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* makefile.w32-in (lisp1): Add macroexp.elc (bug#13320).
|
||||
|
||||
2012-12-11 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* makefile.w32-in (SYSWAIT_H): Update dependencies.
|
||||
|
|
|
|||
|
|
@ -216,7 +216,8 @@ lisp1= \
|
|||
$(lispsource)international/mule-cmds.elc \
|
||||
$(lispsource)international/characters.elc \
|
||||
$(lispsource)international/charprop.el \
|
||||
$(lispsource)case-table.elc
|
||||
$(lispsource)case-table.elc \
|
||||
$(lispsource)emacs-lisp/macroexp.elc
|
||||
|
||||
lisp2 = \
|
||||
$(lispsource)language/chinese.elc \
|
||||
|
|
|
|||
Loading…
Reference in a new issue