fix domd
This commit is contained in:
parent
46bf83f07a
commit
498e89fe9d
@ -14,7 +14,7 @@ if [ "$MAKEDEPEND" = "" ]; then MAKEDEPEND=makedepend; fi
|
|||||||
cp Makefile Makefile.save
|
cp Makefile Makefile.save
|
||||||
# fake the presence of Kerberos
|
# fake the presence of Kerberos
|
||||||
touch $TOP/krb5.h
|
touch $TOP/krb5.h
|
||||||
if expr "$MAKEDEPEND" : 'cc' > /dev/null; then
|
if expr "$MAKEDEPEND" : '.*cc' > /dev/null; then
|
||||||
args=""
|
args=""
|
||||||
while [ $# -gt 0 ]; do
|
while [ $# -gt 0 ]; do
|
||||||
if [ "$1" != "--" ]; then args="$args $1"; fi
|
if [ "$1" != "--" ]; then args="$args $1"; fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user