diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2008-06-24 Andreas Schwab <schwab@suse.de> | 1 | 2008-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 |