From: Kurt Zeilenga Date: Sun, 6 Jun 1999 06:38:37 +0000 (+0000) Subject: mkdep was ignoring CC_MKDEP! X-Git-Tag: OPENLDAP_REL_ENG_2_BP~389 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=51a3df2ccf5132eaa2fbcaf7f5d3e88c8a879efe;p=openldap mkdep was ignoring CC_MKDEP! --- diff --git a/build/mkdep b/build/mkdep index 420657ccce..38f8500e44 100755 --- a/build/mkdep +++ b/build/mkdep @@ -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