Mercurial > emacs
changeset 96245:cec3bb05f699
Fix thinko.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Tue, 24 Jun 2008 23:58:00 +0000 |
parents | 6d4da22a2b95 |
children | af03ed6d2772 |
files | src/ChangeLog src/Makefile.in |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Jun 24 23:44:12 2008 +0000 +++ b/src/ChangeLog Tue Jun 24 23:58:00 2008 +0000 @@ -1,6 +1,6 @@ 2008-06-24 Andreas Schwab <schwab@suse.de> - * Makefile.in (${lispsource}/loaddefs.el): Renamed from + * Makefile.in (${lispsource}loaddefs.el): Renamed from ../lisp/loaddefs.el. (bootstrap-clean): Do what distclean does but don't remove Makefile.
--- 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