mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-11-27 02:22:00 +08:00
Use environment $CC is available, otherwise cc. New makefiles
actually use -c option.
This commit is contained in:
parent
61a3251cf7
commit
1eba97fc91
@ -25,7 +25,7 @@ set -e # exit immediately if any errors occur
|
||||
|
||||
MAKE=Makefile # default makefile name is "Makefile"
|
||||
NOSLASH="no" # by default, / dependencies are included
|
||||
CC=cc # default compiler is cc
|
||||
CC=${CC-cc} # default compiler is cc
|
||||
|
||||
while :
|
||||
do case "$1" in
|
||||
|
Loading…
Reference in New Issue
Block a user