Support ccache.

Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
Ben Laurie 2015-12-12 13:33:20 +00:00
parent 7a93c85826
commit 40abdf8e39

View File

@ -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