]> code.delx.au - gnu-emacs/commitdiff
(bootstrap-clean-before): Use new target `bootstrap-clean' in the leim
authorRomain Francoise <romain@orebokech.com>
Sat, 4 Nov 2006 14:44:13 +0000 (14:44 +0000)
committerRomain Francoise <romain@orebokech.com>
Sat, 4 Nov 2006 14:44:13 +0000 (14:44 +0000)
subdirectory.

ChangeLog
Makefile.in

index 88b249db6bb26f3652c53bb17604e9eec14fff77..03deb06978e604036868ccf2e3878ea2dda2c1f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-11-04  Romain Francoise  <romain@orebokech.com>
+
+       * Makefile.in (bootstrap-clean-before): Use new target `bootstrap-clean'
+       in the leim subdirectory.
+
 2006-11-03  Giorgos Keramidas  <keramida@ceid.upatras.gr> (tiny change)
 
        * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
index 7193bd1af262871b8779fcc9d157ff61b7e3a657..fb361001f7af4f7ecaad62d7f82245bd10405351 100644 (file)
@@ -790,6 +790,7 @@ bootstrap-build: FRC
 ### 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.