mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Let user override default setting of ``make''
This commit is contained in:
parent
ccd5da30be
commit
117d6a4151
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
# $Id$
|
||||
|
||||
supplied_flag=$1
|
||||
|
||||
|
@ -25,4 +26,4 @@ else
|
|||
subdirs=''
|
||||
fi
|
||||
|
||||
make -s -f build.mk AMFLAGS="$automake_flags" $subdirs
|
||||
${MAKE:-make} -s -f build.mk AMFLAGS="$automake_flags" $subdirs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue