Commit 40abdf8e authored by Ben Laurie's avatar Ben Laurie
Browse files

Support ccache.



Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent 7a93c858
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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