aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorBen Laurie <benl@benl-macbookpro3.local>2013-01-19 14:14:30 +0000
committerBen Laurie <benl@benl-macbookpro3.local>2013-01-19 14:14:30 +0000
commita6bbbf2ff5580addb917a8b4f1160f90af91d268 (patch)
treea3c098de1244534bdd0f59aee78862de07f7cc3e /util
parentbba43f3f4398ed27048a253c372a64b3951877b8 (diff)
downloadopenssl-a6bbbf2ff5580addb917a8b4f1160f90af91d268.zip
openssl-a6bbbf2ff5580addb917a8b4f1160f90af91d268.tar.gz
openssl-a6bbbf2ff5580addb917a8b4f1160f90af91d268.tar.bz2
Make "make depend" work on MacOS out of the box.
Diffstat (limited to 'util')
-rwxr-xr-xutil/domd2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/domd b/util/domd
index bab48cb..f224b50 100755
--- a/util/domd
+++ b/util/domd
@@ -14,7 +14,7 @@ if [ "$MAKEDEPEND" = "" ]; then MAKEDEPEND=makedepend; fi
cp Makefile Makefile.save
# fake the presence of Kerberos
touch $TOP/krb5.h
-if expr "$MAKEDEPEND" : '.*gcc$' > /dev/null; then
+if expr "$MAKEDEPEND" : 'cc' > /dev/null; then
args=""
while [ $# -gt 0 ]; do
if [ "$1" != "--" ]; then args="$args $1"; fi