From: Kurt Zeilenga Date: Fri, 26 Mar 1999 19:19:12 +0000 (+0000) Subject: Replace -M with $CC_MKDEP_FLAGS in comment X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~328 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=12c3efb8789509307865628c3cecbc3b6322d143;p=openldap Replace -M with $CC_MKDEP_FLAGS in comment --- 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_