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)
test -z "$CC_MKDEP" && CC_MKDEP=$2
CC_MKDEP=$2
shift; shift ;;
# the -p flag produces "program: program.c" style dependencies