diff options
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 7f93441039a..1b283ca399b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1349,7 +1349,7 @@ ${PRECOMP}: witness-emacs | |||
| 1349 | ${lisp} ${SOME_MACHINE_LISP}: witness-emacs ${PRECOMP} | 1349 | ${lisp} ${SOME_MACHINE_LISP}: witness-emacs ${PRECOMP} |
| 1350 | 1350 | ||
| 1351 | ../lisp/loaddefs.el: witness-emacs | 1351 | ../lisp/loaddefs.el: witness-emacs |
| 1352 | cd $(lispsource); $(MAKE) $(MFLAGS) autoloads EMACS=../src/bootstrap-emacs${EXEEXT} | 1352 | cd ../lisp; $(MAKE) $(MFLAGS) autoloads EMACS=../src/bootstrap-emacs${EXEEXT} |
| 1353 | 1353 | ||
| 1354 | /* Dump an Emacs executable named bootstrap-emacs containing the | 1354 | /* Dump an Emacs executable named bootstrap-emacs containing the |
| 1355 | files from loadup.el in source form. */ | 1355 | files from loadup.el in source form. */ |