Mercurial > emacs
diff src/Makefile.in @ 96245:cec3bb05f699
Fix thinko.
| author | Andreas Schwab <schwab@suse.de> |
|---|---|
| date | Tue, 24 Jun 2008 23:58:00 +0000 |
| parents | 6d4da22a2b95 |
| children | 603f00a9cc21 |
line wrap: on
line diff
--- a/src/Makefile.in Tue Jun 24 23:44:12 2008 +0000 +++ b/src/Makefile.in Tue Jun 24 23:58:00 2008 +0000 @@ -1360,7 +1360,7 @@ /* Since the .el.elc rule cannot specify an extra dependency, we do it here. */ ${lisp} ${SOME_MACHINE_LISP}: $(BOOTSTRAPEMACS) -${lispsource}/loaddefs.el: $(BOOTSTRAPEMACS) +${lispsource}loaddefs.el: $(BOOTSTRAPEMACS) cd ../lisp; $(MAKE) $(MFLAGS) autoloads EMACS=../src/bootstrap-emacs${EXEEXT} /* Dump an Emacs executable named bootstrap-emacs containing the
