diff options
| author | Andreas Schwab | 2008-06-24 23:58:00 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2008-06-24 23:58:00 +0000 |
| commit | 56f6f7604be4571aa36132e204a185677bd03cdf (patch) | |
| tree | 86ab96e44b3c0fd6436482c1158577c8d27af099 /src | |
| parent | fd13748d94825485b6283af05c749f74289cf037 (diff) | |
| download | emacs-56f6f7604be4571aa36132e204a185677bd03cdf.tar.gz emacs-56f6f7604be4571aa36132e204a185677bd03cdf.zip | |
Fix thinko.
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 |