# HG changeset patch # User Romain Francoise # Date 1162651453 0 # Node ID dbad5ab7f084431031818098fe3d20599d89e498 # Parent e92b6b791ebb878ce6f4c962edbb7cfba8a22186 (bootstrap-clean-before): Use new target `bootstrap-clean' in the leim subdirectory. diff -r e92b6b791ebb -r dbad5ab7f084 ChangeLog --- a/ChangeLog Sat Nov 04 14:43:58 2006 +0000 +++ b/ChangeLog Sat Nov 04 14:44:13 2006 +0000 @@ -1,3 +1,8 @@ +2006-11-04 Romain Francoise + + * Makefile.in (bootstrap-clean-before): Use new target `bootstrap-clean' + in the leim subdirectory. + 2006-11-03 Giorgos Keramidas (tiny change) * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds. diff -r e92b6b791ebb -r dbad5ab7f084 Makefile.in --- a/Makefile.in Sat Nov 04 14:43:58 2006 +0000 +++ b/Makefile.in Sat Nov 04 14:44:13 2006 +0000 @@ -790,6 +790,7 @@ ### Used for `bootstrap' to avoid deleting existing dumped Emacs executables. bootstrap-clean-before: bootstrap-clean-before-fast FRC (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean) + (cd leim; $(MAKE) $(MFLAGS) bootstrap-clean) ### Used for `bootfast' to avoid deleting existing dumped Emacs executables ### and compiled .elc files.