mkdep was ignoring CC_MKDEP!

This commit is contained in:
Kurt Zeilenga 1999-06-06 06:38:37 +00:00
parent ae68b66a2b
commit 51a3df2ccf

View file

@ -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