(bootstrap-clean): New target.
(bootstrap): Use it instead of `clean'.
### special emacs executable is built from Lisp sources, which is then
### used to compile Lisp files. The last step is a "normal" make.
-bootstrap: clean bootstrap-lisp-1 bootstrap-src bootstrap-lisp clean all info
+.PHONY: bootstrap bootstrap-lisp-1 boostrap-src bootstrap-lisp bootstrap-clean
+
+bootstrap: clean bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean all info
bootstrap-lisp-1:
(cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean)
bootstrap-src:
(cd src; $(MAKE) $(MFLAGS) bootstrap)
+
+bootstrap-clean:
+ (cd src; $(MAKE) $(MFLAGS) clean)