projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c6dd96
)
PR: 2085
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 28 Oct 2009 19:29:05 +0000
(19:29 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 28 Oct 2009 19:29:05 +0000
(19:29 +0000)
Submitted by: Mike Frysinger <vapier@gentoo.org>
Approved by: steve@openssl.org
Change domd test to match 1.0.0+ version: check $MAKEDEPEND
ends in "gcc" to support cross compilers.
util/domd
patch
|
blob
|
history
diff --git
a/util/domd
b/util/domd
index 560ebeaf820f753db091a7326775567bbafb762a..112044c0d4f84a390546f7e79d930baadd190e59 100755
(executable)
--- 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
[ "$MAKEDEPEND" = "gcc" ]
; then
+if
expr "$MAKEDEPEND" : '.*gcc$' > /dev/null
; then
args=""
while [ $# -gt 0 ]; do
if [ "$1" != "--" ]; then args="$args $1"; fi