From 51a3df2ccf5132eaa2fbcaf7f5d3e88c8a879efe Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sun, 6 Jun 1999 06:38:37 +0000 Subject: [PATCH] mkdep was ignoring CC_MKDEP! --- build/mkdep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5