diff options
| author | Andreas Schwab | 2008-06-24 23:44:12 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2008-06-24 23:44:12 +0000 |
| commit | fd13748d94825485b6283af05c749f74289cf037 (patch) | |
| tree | 1f83ba42fe59c320a2e5d153467fb148c1f6cebb /src/ChangeLog | |
| parent | 4c3f18fe7074ed57ca9def3332689df42a6cc1d4 (diff) | |
| download | emacs-fd13748d94825485b6283af05c749f74289cf037.tar.gz emacs-fd13748d94825485b6283af05c749f74289cf037.zip | |
(bootstrap-clean): Do what distclean does but don't remove
Makefile.
(distclean): Depend on bootstrap-clean and remove Makefile.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6a9cfc4b840..ac75c5d24fd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,6 +2,9 @@ | |||
| 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 | ||
| 6 | Makefile. | ||
| 7 | (distclean): Depend on bootstrap-clean and remove Makefile. | ||
| 5 | 8 | ||
| 6 | 2008-06-24 Chong Yidong <cyd@stupidchicken.com> | 9 | 2008-06-24 Chong Yidong <cyd@stupidchicken.com> |
| 7 | 10 | ||