aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab2008-06-24 23:44:12 +0000
committerAndreas Schwab2008-06-24 23:44:12 +0000
commitfd13748d94825485b6283af05c749f74289cf037 (patch)
tree1f83ba42fe59c320a2e5d153467fb148c1f6cebb /src/ChangeLog
parent4c3f18fe7074ed57ca9def3332689df42a6cc1d4 (diff)
downloademacs-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/ChangeLog3
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
62008-06-24 Chong Yidong <cyd@stupidchicken.com> 92008-06-24 Chong Yidong <cyd@stupidchicken.com>
7 10