aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2015-12-12 13:33:20 +0000
committerBen Laurie <ben@links.org>2015-12-12 23:05:41 +0000
commit40abdf8e395c0851adb87382388acf887d79ffc3 (patch)
tree14113ef0ecec02d0b695684c3a32378c6d3e396e /util
parent7a93c858263ab0f2719da9c3bb4d0ba68afac79c (diff)
downloadopenssl-40abdf8e395c0851adb87382388acf887d79ffc3.tar.gz
Support ccache.
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/domd4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/domd b/util/domd
index f5be00deec..e39d3e304e 100755
--- a/util/domd
+++ b/util/domd
@@ -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