diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-04-10 09:53:56 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-04-10 09:53:56 +0000 |
commit | f01d54ca92320c28c16accd9bfecb371bad74573 (patch) | |
tree | 0242eaec58c7b756fa2a872326754f16e7f8aac0 /lisp/makefile.w32-in | |
parent | f12da103169ed744997445d57e35f30d48a04227 (diff) | |
download | emacs-f01d54ca92320c28c16accd9bfecb371bad74573.tar.gz emacs-f01d54ca92320c28c16accd9bfecb371bad74573.tar.bz2 emacs-f01d54ca92320c28c16accd9bfecb371bad74573.zip |
(AUTOGENEL): Add calc-loaddefs.el.
Diffstat (limited to 'lisp/makefile.w32-in')
-rw-r--r-- | lisp/makefile.w32-in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index f2a8111f99d..82c39759657 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -62,7 +62,8 @@ LOADDEFS = $(lisp)/calendar/cal-loaddefs.el \ $(lisp)/mh-e/mh-loaddefs.el AUTOGENEL = $(lisp)/loaddefs.el $(LOADDEFS) $(lisp)/cus-load.el \ - $(lisp)/finder-inf.el $(lisp)/subdirs.el $(lisp)/eshell/esh-groups.el + $(lisp)/finder-inf.el $(lisp)/subdirs.el $(lisp)/eshell/esh-groups.el \ + $(lisp)/calc/calc-loaddefs.el # Files to compile before others during a bootstrap. This is done to # speed up the bootstrap process. The CC files are compiled first |