Autodetect $MAKE/gmake/make.
This commit is contained in:
parent
0c34478cc0
commit
9de7470bfd
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
DIE=0
|
||||
|
||||
alias make=${MAKE:-make}
|
||||
alias make=${MAKE:-`which gmake || which make`}
|
||||
|
||||
srcdir="`/bin/pwd`"
|
||||
|
||||
|
|
Loading…
Reference in a new issue