]> git.eshelyaron.com Git - emacs.git/commitdiff
(bootstrap): Make `all' explicitly in a recursive Make.
authorEli Zaretskii <eliz@gnu.org>
Fri, 22 Dec 2006 20:54:52 +0000 (20:54 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 22 Dec 2006 20:54:52 +0000 (20:54 +0000)
nt/makefile.w32-in

index a72e79146d23a6bb19a31adf29c22171c686c95c..ddbc0c0cab22cbb21ab67e94037dcf664eed0873 100644 (file)
@@ -135,7 +135,8 @@ maybe-bootstrap-SH: doit
          exit -1; \\r
        fi\r
 \r
-bootstrap:     addsection bootstrap-$(MAKETYPE) all\r
+bootstrap:     addsection bootstrap-$(MAKETYPE)\r
+       $(MAKE) $(MFLAGS) $(XMFLAGS) all\r
 \r
 bootstrap-nmake: addsection\r
        cd ..\lisp\r