mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
mkdep was ignoring CC_MKDEP!
This commit is contained in:
parent
ae68b66a2b
commit
51a3df2ccf
@ -55,7 +55,7 @@ while :
|
||||
|
||||
# -c allows you to select a compiler to use (default is cc)
|
||||
-c)
|
||||
test -z "$CC_MKDEP" && CC_MKDEP=$2
|
||||
CC_MKDEP=$2
|
||||
shift; shift ;;
|
||||
|
||||
# the -p flag produces "program: program.c" style dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user