mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-05 09:20:29 +00:00
make.com -> make in apeinstall.sh
I believe this should have been a part of a6baba1
.
This commit is contained in:
parent
2b00ee8723
commit
2e33953818
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ if [ ! -f ape/loader.c ]; then
|
|||
cd "$COSMO" || exit
|
||||
fi
|
||||
|
||||
if [ -x build/bootstrap/make.com ]; then
|
||||
MAKE=build/bootstrap/make.com
|
||||
if [ -x build/bootstrap/make ]; then
|
||||
MAKE=build/bootstrap/make
|
||||
else
|
||||
MAKE=make
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue