From c38d01fb87ad05a0d90f902ce0231338584ca9c1 Mon Sep 17 00:00:00 2001 From: Romain Francoise Date: Sat, 4 Nov 2006 14:44:13 +0000 Subject: (bootstrap-clean-before): Use new target `bootstrap-clean' in the leim subdirectory. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.in') 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. -- cgit v1.2.1