Mercurial > emacs
diff src/Makefile.in @ 96138:41be5bc2426e
Fix autoload building command in src Makefile
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1268
| author | Miles Bader <miles@gnu.org> |
|---|---|
| date | Sat, 21 Jun 2008 02:37:02 +0000 |
| parents | eae2eee28ad3 |
| children | ab102d269f11 |
line wrap: on
line diff
--- a/src/Makefile.in Sat Jun 21 01:38:39 2008 +0000 +++ b/src/Makefile.in Sat Jun 21 02:37:02 2008 +0000 @@ -1349,7 +1349,7 @@ ${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. */
