diff options
author | Romain Francoise <romain@orebokech.com> | 2006-11-04 14:44:13 +0000 |
---|---|---|
committer | Romain Francoise <romain@orebokech.com> | 2006-11-04 14:44:13 +0000 |
commit | c38d01fb87ad05a0d90f902ce0231338584ca9c1 (patch) | |
tree | da3fbb7ac348b01cfa6301e9acdd4cf7bf75fa4b /Makefile.in | |
parent | 9200c9263143a7a9d31c07a0df1204d39f9fa061 (diff) | |
download | emacs-c38d01fb87ad05a0d90f902ce0231338584ca9c1.tar.gz |
(bootstrap-clean-before): Use new target `bootstrap-clean' in the leim
subdirectory.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 7193bd1af26..fb361001f7a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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. |