run make update-shave

This commit is contained in:
Lennart Poettering 2009-03-02 14:28:43 +01:00
parent ea1d429c3b
commit 4e86a4c759
3 changed files with 35 additions and 25 deletions

View file

@ -8,7 +8,7 @@ fi
lt_unmangle ()
{
last_result=`echo $1 | $SED -e 's#.libs/##' -e 's#[0-9a-zA-Z_]\*_la-##'`
last_result=`echo $1 | $SED -e 's#.libs/##' -e 's#[0-9a-zA-Z_\-\.]*_la-##'`
}
# the real libtool to use