(bootstrap): Make `all' explicitly in a recursive Make.

This commit is contained in:
Eli Zaretskii 2006-12-22 20:54:52 +00:00
parent e313b518e8
commit 55b5878dfe

View file

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