]> code.delx.au - gnu-emacs/blobdiff - Makefile.in
(Fsignal): If lisp_eval_depth or spepdl_size are near
[gnu-emacs] / Makefile.in
index 75d061815ce7b15c2afba0af44a94dd56f962962..738410ac6834a5448ea03d1eadd8480347ec1fd1 100644 (file)
@@ -246,7 +246,7 @@ Makefile: $(srcdir)/Makefile.in config.status
 config.status: configure
        ./config.status --recheck
 
-${srcdir}/configure: configure.in
+${srcdir}/configure: configure.in aclocal.m4
        cd ${srcdir} && autoconf
 
 src/Makefile: $(srcdir)/src/Makefile.in config.status
@@ -628,10 +628,13 @@ dvi:
 ### 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: clean bootstrap-lisp-1 bootstrap-src bootstrap-lisp clean all info
+
+bootstrap-lisp-1:
        (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean)
-       (cd src; $(MAKE) $(MFLAGS) bootstrap)
+
+bootstrap-lisp:
        -(cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/bootstrap-emacs)
-       $(MAKE) $(MFLAGS) clean
-       $(MAKE) $(MFLAGS)
 
+bootstrap-src:
+       (cd src; $(MAKE) $(MFLAGS) bootstrap)