aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/Makefile.in2
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 @@
12008-06-24 Andreas Schwab <schwab@suse.de> 12008-06-24 Andreas Schwab <schwab@suse.de>
2 2
3 * Makefile.in (${lispsource}/loaddefs.el): Renamed from 3 * Makefile.in (${lispsource}loaddefs.el): Renamed from
4 ../lisp/loaddefs.el. 4 ../lisp/loaddefs.el.
5 (bootstrap-clean): Do what distclean does but don't remove 5 (bootstrap-clean): Do what distclean does but don't remove
6 Makefile. 6 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
1360/* Since the .el.elc rule cannot specify an extra dependency, we do it here. */ 1360/* Since the .el.elc rule cannot specify an extra dependency, we do it here. */
1361${lisp} ${SOME_MACHINE_LISP}: $(BOOTSTRAPEMACS) 1361${lisp} ${SOME_MACHINE_LISP}: $(BOOTSTRAPEMACS)
1362 1362
1363${lispsource}/loaddefs.el: $(BOOTSTRAPEMACS) 1363${lispsource}loaddefs.el: $(BOOTSTRAPEMACS)
1364 cd ../lisp; $(MAKE) $(MFLAGS) autoloads EMACS=../src/bootstrap-emacs${EXEEXT} 1364 cd ../lisp; $(MAKE) $(MFLAGS) autoloads EMACS=../src/bootstrap-emacs${EXEEXT}
1365 1365
1366/* Dump an Emacs executable named bootstrap-emacs containing the 1366/* Dump an Emacs executable named bootstrap-emacs containing the