(bootstrap-clean-before): Use new target `bootstrap-clean' in the leim

subdirectory.
This commit is contained in:
Romain Francoise 2006-11-04 14:44:13 +00:00
parent 9200c92631
commit c38d01fb87
2 changed files with 6 additions and 0 deletions

View file

@ -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.

View 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.