mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Use environment $CC is available, otherwise cc. New makefiles
actually use -c option.
This commit is contained in:
parent
61a3251cf7
commit
1eba97fc91
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue