aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index cfba89724c0..c010510a013 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -661,7 +661,9 @@ dvi:
661### special emacs executable is built from Lisp sources, which is then 661### special emacs executable is built from Lisp sources, which is then
662### used to compile Lisp files. The last step is a "normal" make. 662### used to compile Lisp files. The last step is a "normal" make.
663 663
664bootstrap: clean bootstrap-lisp-1 bootstrap-src bootstrap-lisp clean all info 664.PHONY: bootstrap bootstrap-lisp-1 boostrap-src bootstrap-lisp bootstrap-clean
665
666bootstrap: clean bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean all info
665 667
666bootstrap-lisp-1: 668bootstrap-lisp-1:
667 (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean) 669 (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean)
@@ -671,3 +673,6 @@ bootstrap-lisp:
671 673
672bootstrap-src: 674bootstrap-src:
673 (cd src; $(MAKE) $(MFLAGS) bootstrap) 675 (cd src; $(MAKE) $(MFLAGS) bootstrap)
676
677bootstrap-clean:
678 (cd src; $(MAKE) $(MFLAGS) clean)