提交 40abdf8e 编写于 作者: B Ben Laurie

Support ccache.

Reviewed-by: NTim Hudson <tjh@openssl.org>
上级 7a93c858
......@@ -8,6 +8,10 @@ if [ "$1" = "-MD" ]; then
shift
MAKEDEPEND=$1
shift
if [ "$MAKEDEPEND" = "ccache" ]; then
MAKEDEPEND="$MAKEDEPEND $1"
shift
fi
fi
if [ "$MAKEDEPEND" = "" ]; then MAKEDEPEND=makedepend; fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册