From 12c3efb8789509307865628c3cecbc3b6322d143 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 26 Mar 1999 19:19:12 +0000 Subject: [PATCH] Replace -M with $CC_MKDEP_FLAGS in comment --- build/mkdep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/mkdep b/build/mkdep index ec48c3c74c..07fd779a90 100755 --- a/build/mkdep +++ b/build/mkdep @@ -127,7 +127,7 @@ cat << _EOF_ >> $TMP # # files: $* -# command: $CC -M $files +# command: $CC $CC_MKDEP_FLAGS $files # _EOF_ -- 2.39.5