From 56f6f7604be4571aa36132e204a185677bd03cdf Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 24 Jun 2008 23:58:00 +0000 Subject: [PATCH] Fix thinko. --- src/ChangeLog | 2 +- src/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index ac75c5d24fd..904731cd8ea 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,6 @@ 2008-06-24 Andreas Schwab - * 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. diff --git a/src/Makefile.in b/src/Makefile.in index ae2a2fe3231..c08b8e5efbb 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1360,7 +1360,7 @@ tags: TAGS TAGS-LISP $(lwlibdir)TAGS /* 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 -- 2.39.5