1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 11:21:04 -08:00

Fix autoload building command in src Makefile

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1268
This commit is contained in:
Miles Bader 2008-06-21 02:37:02 +00:00
parent fc46d21936
commit fb38e9c96e
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-06-21 Miles Bader <miles@gnu.org>
* Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
build dir, not the lisp source dir.
2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
* Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.

View file

@ -1349,7 +1349,7 @@ ${PRECOMP}: witness-emacs
${lisp} ${SOME_MACHINE_LISP}: witness-emacs ${PRECOMP}
../lisp/loaddefs.el: witness-emacs
cd $(lispsource); $(MAKE) $(MFLAGS) autoloads EMACS=../src/bootstrap-emacs${EXEEXT}
cd ../lisp; $(MAKE) $(MFLAGS) autoloads EMACS=../src/bootstrap-emacs${EXEEXT}
/* Dump an Emacs executable named bootstrap-emacs containing the
files from loadup.el in source form. */