Support ccache.
Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
parent
7a93c85826
commit
40abdf8e39
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue