(bootstrap): Make `all' explicitly in a recursive Make.
This commit is contained in:
parent
e313b518e8
commit
55b5878dfe
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue