mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 15:19:34 -05:00
mkdep was ignoring CC_MKDEP!
This commit is contained in:
parent
ae68b66a2b
commit
51a3df2ccf
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ while :
|
||||||
|
|
||||||
# -c allows you to select a compiler to use (default is cc)
|
# -c allows you to select a compiler to use (default is cc)
|
||||||
-c)
|
-c)
|
||||||
test -z "$CC_MKDEP" && CC_MKDEP=$2
|
CC_MKDEP=$2
|
||||||
shift; shift ;;
|
shift; shift ;;
|
||||||
|
|
||||||
# the -p flag produces "program: program.c" style dependencies
|
# the -p flag produces "program: program.c" style dependencies
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue