Support ccache.
Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
parent
7a93c85826
commit
40abdf8e39
@ -8,6 +8,10 @@ if [ "$1" = "-MD" ]; then
|
|||||||
shift
|
shift
|
||||||
MAKEDEPEND=$1
|
MAKEDEPEND=$1
|
||||||
shift
|
shift
|
||||||
|
if [ "$MAKEDEPEND" = "ccache" ]; then
|
||||||
|
MAKEDEPEND="$MAKEDEPEND $1"
|
||||||
|
shift
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
if [ "$MAKEDEPEND" = "" ]; then MAKEDEPEND=makedepend; fi
|
if [ "$MAKEDEPEND" = "" ]; then MAKEDEPEND=makedepend; fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user